mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Merge pull request #5581 from TheFurryFeline/TFF-Faces_4_Seats
Allows you to sit on someone's head
This commit is contained in:
@@ -174,6 +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
|
||||
if(BP_HEAD)
|
||||
if(force_down)
|
||||
if(announce)
|
||||
assailant.visible_message("<span class='warning'>[assailant] sits on [target]'s head!</span>")
|
||||
//VoreStation Addition End
|
||||
|
||||
/obj/item/weapon/grab/attack_self()
|
||||
return s_click(hud)
|
||||
|
||||
Reference in New Issue
Block a user