Update species.dm
woops, forgot something
This commit is contained in:
@@ -2193,7 +2193,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
|
|||||||
H.throw_alert("tempfeel", /atom/movable/screen/alert/cold, 2)
|
H.throw_alert("tempfeel", /atom/movable/screen/alert/cold, 2)
|
||||||
if(-35 to -20)
|
if(-35 to -20)
|
||||||
H.throw_alert("tempfeel", /atom/movable/screen/alert/cold, 1)
|
H.throw_alert("tempfeel", /atom/movable/screen/alert/cold, 1)
|
||||||
if(-20 to 0) //This is the sweet spot where air is considered normal
|
if(-20 to 0.9) //This is the sweet spot where air is considered normal
|
||||||
H.clear_alert("tempfeel")
|
H.clear_alert("tempfeel")
|
||||||
if(1 to 15) //When the air around you matches your body's temperature, you'll start to feel warm.
|
if(1 to 15) //When the air around you matches your body's temperature, you'll start to feel warm.
|
||||||
H.throw_alert("tempfeel", /atom/movable/screen/alert/hot, 1)
|
H.throw_alert("tempfeel", /atom/movable/screen/alert/hot, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user