mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
Changes the tank suicide act to bruteloss instead of gibbing.
This commit is contained in:
@@ -21,17 +21,9 @@
|
||||
var/volume = 70
|
||||
|
||||
/obj/item/weapon/tank/suicide_act(mob/user)
|
||||
var/mob/living/carbon/human/H = user
|
||||
|
||||
user.visible_message("<span class='suicide'>[user] is putting the [src]'s valve to their lips! I don't think they're gonna stop!</span>")
|
||||
playsound(loc, 'sound/effects/spray.ogg', 10, 1, -3)
|
||||
sleep(3)
|
||||
if (H && !qdeleted(H))
|
||||
H.drop_l_hand()
|
||||
H.drop_r_hand()
|
||||
H.shred_clothing(1,150)
|
||||
H.gib()
|
||||
return
|
||||
return (BRUTELOSS)
|
||||
|
||||
/obj/item/weapon/tank/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user