mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
Simplify is_plating()
This commit is contained in:
@@ -33,9 +33,7 @@
|
||||
var/lava = 0
|
||||
|
||||
/turf/simulated/floor/is_plating()
|
||||
if(!flooring || flooring.is_plating)
|
||||
return TRUE
|
||||
return FALSE
|
||||
return (!flooring || flooring.is_plating)
|
||||
|
||||
/turf/simulated/floor/Initialize(mapload, floortype)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user