New mechanic: Jail + fixed mob book cover issues

Added new mechanic: jail. Fixed missing card info reference about
dropper mobs on the sql, reflecting into erros on the monster book.
This commit is contained in:
ronancpl
2017-05-20 19:58:24 -03:00
parent cb49edc3cd
commit 7fcdc07b5b
14 changed files with 494 additions and 261 deletions

View File

@@ -0,0 +1,9 @@
/**
* @author: Ronan
* @event: Jail - visit to jail :3
*/
function enter(pi) {
pi.warp(300000012,0);
return(true);
}