mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #7642 from VOREStation/aro-facesits
Reword grab facesits
This commit is contained in:
@@ -174,12 +174,12 @@
|
||||
assailant.visible_message("<span class='warning'>[assailant] covers [affecting]'s eyes!</span>")
|
||||
if(affecting.eye_blind < 3)
|
||||
affecting.Blind(3)
|
||||
//TFF 12/8/19 VoreStation Addition Start
|
||||
//VOREStation Edit
|
||||
if(BP_HEAD)
|
||||
if(force_down)
|
||||
if(announce)
|
||||
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s head!</span>")
|
||||
//VoreStation Addition End
|
||||
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s face!</span>")
|
||||
//VOREStation Edit End
|
||||
|
||||
/obj/item/weapon/grab/attack_self()
|
||||
return s_click(hud)
|
||||
|
||||
Reference in New Issue
Block a user