mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
refactors most spans
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/mob/living/carbon/proc/custom_pain(message, power, force)
|
||||
if((!message || stat || !can_feel_pain() || chem_effects[CE_PAINKILLER] > power) && !synth_cosmetic_pain)
|
||||
return 0
|
||||
message = "<span class='danger'>[message]</span>"
|
||||
message = span_danger("[message]")
|
||||
if(power >= 50)
|
||||
message = "<font size=3>[message]</font>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user