mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Merge pull request #10292 from spasticVerbalizer/disposalSanityCheck
Adds sanity check to disposal climbing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user