Files
sweetgum-server/scripts/portal/thief_in1.js
2021-09-09 23:35:59 +02:00

6 lines
144 B
JavaScript

function enter(pi) {
// unexpected warp condition noticed thanks to IxianMace
pi.openNpc(1063011, "ThiefPassword");
return false;
}