Merge pull request #10292 from spasticVerbalizer/disposalSanityCheck

Adds sanity check to disposal climbing
This commit is contained in:
phil235
2015-07-06 19:25:43 +02:00
+2
View File
@@ -152,6 +152,8 @@
target.visible_message("<span class='danger'>[user] starts putting [target] into [src].</span>", \
"<span class='userdanger'>[user] starts putting you into [src]!</span>")
if(do_mob(user, target, 20))
if (!src.loc)
return
if (target.client)
target.client.perspective = EYE_PERSPECTIVE
target.client.eye = src