Files
Kashargul 5926589c16 removes var/ inside all procs (#19450)
* removes var/ inside all procs

* .

* ugh
2026-05-05 10:55:17 +02:00

23 lines
607 B
Plaintext

// This type of flooring cannot be altered short of being destroyed and rebuilt.
// Use this to bypass the flooring system entirely ie. event areas, holodeck, etc.
/turf/simulated/floor/fixed
name = "floor"
icon = 'icons/turf/flooring/tiles.dmi'
icon_state = "steel"
initial_flooring = null
/turf/simulated/floor/fixed/attackby(obj/item/C, mob/user)
if(istype(C, /obj/item/stack) && !istype(C, /obj/item/stack/cable_coil))
return
return ..()
/turf/simulated/floor/fixed/update_icon()
return
/turf/simulated/floor/fixed/is_plating()
return 0
/turf/simulated/floor/fixed/set_flooring()
return