Merge pull request #4736 from Citadel-Station-13/upstream-merge-34160

[MIRROR] Fixes non-cultist hulks being able to hold cult bbs
This commit is contained in:
deathride58
2018-01-10 19:57:35 +00:00
committed by GitHub
+2
View File
@@ -123,6 +123,7 @@
to_chat(user, "<span class='cultlarge'>\"I wouldn't advise that.\"</span>")
to_chat(user, "<span class='warning'>An overwhelming sense of nausea overpowers you!</span>")
user.Dizzy(80)
user.dropItemToGround(src, TRUE)
user.Knockdown(30)
return
else
@@ -130,6 +131,7 @@
to_chat(user, "<span class='userdanger'>A horrible force yanks at your arm!</span>")
user.emote("scream")
user.apply_damage(30, BRUTE, pick("l_arm", "r_arm"))
user.dropItemToGround(src, TRUE)
user.Knockdown(50)
return
jaunt.Grant(user, src)