Merge pull request #6382 from Citadel-Station-13/upstream-merge-37119
[MIRROR] floor is lava no longer hurts silicons
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
|
||||
/datum/weather/floor_is_lava/weather_act(mob/living/L)
|
||||
if(issilicon(L))
|
||||
return
|
||||
for(var/obj/structure/O in L.loc)
|
||||
if(O.density || (L in O.buckled_mobs && istype(O, /obj/structure/bed)))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user