mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Merge pull request #11707 from Hatterhat/violence
adds an intent check for the head-targetting pinning message
This commit is contained in:
@@ -178,8 +178,9 @@
|
||||
//VOREStation Edit
|
||||
if(BP_HEAD)
|
||||
if(force_down)
|
||||
if(announce)
|
||||
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s face!</span>")
|
||||
if(user.a_intent == I_HELP)
|
||||
if(announce)
|
||||
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s face!</span>")
|
||||
//VOREStation Edit End
|
||||
|
||||
/obj/item/weapon/grab/attack_self()
|
||||
|
||||
Reference in New Issue
Block a user