Environment Protection Bags + Minor Weather Changes (#59752)

Co-authored-by: Matthew J. <12817816+ZephyrTFA@users.noreply.github.com>
This commit is contained in:
Greniza
2021-07-03 22:05:58 -07:00
committed by GitHub
co-authored by Matthew J.
parent ea59898bc1
commit b2ecb787e1
41 changed files with 351 additions and 62 deletions
@@ -194,7 +194,7 @@
var/mob/living/L = thing
if(L.movement_type & FLYING)
continue //YOU'RE FLYING OVER IT
if("snow" in L.weather_immunities)
if(WEATHER_SNOW in L.weather_immunities)
continue
var/buckle_check = L.buckled
@@ -205,7 +205,7 @@
else if(isliving(buckle_check))
var/mob/living/live = buckle_check
if("snow" in live.weather_immunities)
if(WEATHER_SNOW in live.weather_immunities)
continue
L.adjustFireLoss(2)