Merge pull request #3773 from MisterLayne/pai_stuck_fix

pAI Stuck Fix
This commit is contained in:
Anewbe
2017-09-08 16:12:12 -04:00
committed by GitHub
+4 -3
View File
@@ -377,9 +377,10 @@
var/turf/T = get_turf(src)
if(istype(T)) T.visible_message("<b>[src]</b> neatly folds inwards, compacting down to a rectangular card.")
src.stop_pulling()
src.client.perspective = EYE_PERSPECTIVE
src.client.eye = card
if(client)
src.stop_pulling()
src.client.perspective = EYE_PERSPECTIVE
src.client.eye = card
//stop resting
resting = 0