mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +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>")
|
assailant.visible_message("<span class='warning'>[assailant] covers [affecting]'s eyes!</span>")
|
||||||
if(affecting.eye_blind < 3)
|
if(affecting.eye_blind < 3)
|
||||||
affecting.Blind(3)
|
affecting.Blind(3)
|
||||||
//TFF 12/8/19 VoreStation Addition Start
|
//VOREStation Edit
|
||||||
if(BP_HEAD)
|
if(BP_HEAD)
|
||||||
if(force_down)
|
if(force_down)
|
||||||
if(announce)
|
if(announce)
|
||||||
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s head!</span>")
|
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s face!</span>")
|
||||||
//VoreStation Addition End
|
//VOREStation Edit End
|
||||||
|
|
||||||
/obj/item/weapon/grab/attack_self()
|
/obj/item/weapon/grab/attack_self()
|
||||||
return s_click(hud)
|
return s_click(hud)
|
||||||
|
|||||||
Reference in New Issue
Block a user