Fixed #2069 by commenting out a statement that set new pAIs' canmove to zero.
This commit is contained in:
MarinaGryphon
2017-04-12 04:40:22 -05:00
committed by skull132
parent aa01ce9efe
commit fa3e74bdf8
@@ -337,6 +337,8 @@
var/turf/T = get_turf(src)
if(istype(T)) T.visible_message("<b>[src]</b> folds outwards, expanding into a mobile form.")
canmove = 1
resting = 0
/mob/living/silicon/pai/verb/fold_up()
set category = "pAI Commands"