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