mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Adds Skub Suicide (#40736)
* Adds Skub Suicide title another dumb meme suicide * Update miscellaneous.dm * Update miscellaneous.dm
This commit is contained in:
committed by
ShizCalev
parent
f5201a7553
commit
e4e1699c56
@@ -19,3 +19,10 @@
|
||||
icon_state = "skub"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
attack_verb = list("skubbed")
|
||||
|
||||
/obj/item/skub/suicide_act(mob/living/user)
|
||||
user.visible_message("<span class='suicide'>[user] has declared themself as anti-skub! The skub tears them apart!</span>")
|
||||
|
||||
user.gib()
|
||||
playsound(src, 'sound/items/eatfood.ogg', 50, 1, -1)
|
||||
return MANUAL_SUICIDE
|
||||
|
||||
Reference in New Issue
Block a user