Fixes a runtime

This commit is contained in:
Mitchell
2018-11-15 22:54:01 -06:00
parent b113029400
commit 8d93b43481
+2 -2
View File
@@ -873,10 +873,10 @@
return 1
/mob/living/start_pulling(atom/movable/AM, state, force = pull_force, supress_message = FALSE)
if(!(AM.can_be_pulled(src, state, force)))
return FALSE
if(!AM || !src)
return FALSE
if(!(AM.can_be_pulled(src, state, force)))
return FALSE
if(incapacitated())
return
// If we're pulling something then drop what we're currently pulling and pull this instead.