mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
No more color macros, clean compile
Signed-off-by: HugoLuman <qaggeler@uci.edu>
This commit is contained in:
@@ -61,10 +61,10 @@
|
||||
if(H.status_flags & GODMODE) return 1 //godmode
|
||||
if(breath.temperature < 260)
|
||||
if(prob(20))
|
||||
H.to_chat("<span class='notice'> You feel an invigorating coldness in your lungs!</span>")
|
||||
to_chat(H, "<span class='notice'> You feel an invigorating coldness in your lungs!</span>")
|
||||
else if(breath.temperature > heat_level_1)
|
||||
if(prob(20))
|
||||
H.to_chat("<span class='warning'>You feel your face burning and a searing heat in your lungs!</span>")
|
||||
to_chat(H, "<span class='warning'>You feel your face burning and a searing heat in your lungs!</span>")
|
||||
|
||||
switch(breath.temperature)
|
||||
if(-INFINITY to 120)
|
||||
|
||||
Reference in New Issue
Block a user