Files
sweetgum-server/scripts/portal/jail_in.js
ronancpl 7fcdc07b5b 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.
2017-05-20 19:58:24 -03:00

9 lines
135 B
JavaScript

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