mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Floorlike Lattices (#10384)
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
return (istype(T, /turf/simulated/wall) || istype(T, /turf/unsimulated/wall))
|
||||
|
||||
/proc/isfloor(turf/T)
|
||||
return (istype(T, /turf/simulated/floor) || istype(T, /turf/unsimulated/floor))
|
||||
if(locate(/obj/structure/lattice) in T)
|
||||
return TRUE
|
||||
else if(istype(T, /turf/simulated/floor) || istype(T, /turf/unsimulated/floor))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
//Edit by Nanako
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Lattices, catwalks, and grates are now considered floors, which allows you to build certain structures such as railings, on top of them."
|
||||
Reference in New Issue
Block a user