Merge pull request #34160 from ShizCalev/cult-blade-drop

Fixes non-cultist hulks being able to hold cult bbs
This commit is contained in:
Jordan Brown
2018-01-09 13:28:31 -08:00
committed by CitadelStationBot
parent dfe39e7a1d
commit cb3506f319
+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)