mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Merge pull request #9817 from SamHPurp/stool-bed-chair-fixes
A few fixes
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
if(issilicon(L))
|
||||
return
|
||||
for(var/obj/structure/O in L.loc)
|
||||
if(O.density || O.buckled_mob && istype(O, /obj/structure/stool/bed))
|
||||
if(O.density || O.buckled_mob && istype(O, /obj/structure/bed))
|
||||
return
|
||||
if(L.loc.density)
|
||||
return
|
||||
@@ -36,4 +36,4 @@
|
||||
|
||||
/datum/weather/floor_is_lava/fake
|
||||
name = "the floor is lava (fake)"
|
||||
aesthetic = TRUE
|
||||
aesthetic = TRUE
|
||||
|
||||
Reference in New Issue
Block a user