Files
Paradise/code/modules/maze_generation/loot_modules/turf_painter.dm
2021-01-23 13:44:51 +00:00

8 lines
196 B
Plaintext

// Debug spawner
/obj/effect/mazegen/module_loot/turf_painter
name = "turf painter"
spawn_probability = 100
/obj/effect/mazegen/module_loot/turf_painter/spawn_loot(turf/T)
T.color = "#12a5f4"