mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
floor is lava no longer hurts silicons (#37119)
* floor is lava no longer hurts silicons * efficiency
This commit is contained in:
committed by
vuonojenmustaturska
parent
fbdbd51c88
commit
f97258b1a0
@@ -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