mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 17:02:04 +00:00
Updated all suicide_act()s to use a new span class, 'suicide'.
Conflicts: code/game/objects/items/stacks/sheets/glass.dm code/game/objects/items/weapons/melee/energy.dm code/game/objects/items/weapons/melee/misc.dm code/game/objects/items/weapons/stunbaton.dm code/game/objects/items/weapons/weaponry.dm code/modules/hydroponics/growninedible.dm code/modules/hydroponics/hydroitemdefines.dm code/modules/surgery/tools.dm code/stylesheet.dm
This commit is contained in:
committed by
ZomgPonies
parent
0ec4a502fe
commit
331cf1df95
@@ -214,9 +214,9 @@
|
||||
|
||||
suicide_act(mob/user)
|
||||
if(locate(/obj/structure/stool) in user.loc)
|
||||
viewers(user) << "\red <b>[user] is making a noose with the [src.name]! It looks like \he's trying to commit suicide.</b>"
|
||||
viewers(user) << "<span class='suicide'>[user] is making a noose with the [src.name]! It looks like \he's trying to commit suicide.</span>"
|
||||
else
|
||||
viewers(user) << "\red <b>[user] is strangling \himself with the [src.name]! It looks like \he's trying to commit suicide.</b>"
|
||||
viewers(user) << "<span class='suicide'>[user] is strangling \himself with the [src.name]! It looks like \he's trying to commit suicide.</span>"
|
||||
return(OXYLOSS)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user