Fix swapped check

This commit is contained in:
Bjorn Neergaard
2015-12-01 07:30:20 -05:00
parent c523dfcb85
commit 2a7be3c878
+2 -2
View File
@@ -160,10 +160,10 @@ Sorry Giacom. Please don't be mad :(
set name = "Pull"
set category = "Object"
if(AM.Adjacent(src))
src.start_pulling(AM)
if(pulling == AM)
stop_pulling()
if(AM.Adjacent(src))
src.start_pulling(AM)
return
//same as above