Made some object lists less terrible to read
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
if(!W.use(1))
|
||||
return
|
||||
var/turf/open/floor/T = ChangeTurf(W.turf_type)
|
||||
if(istype(W,/obj/item/stack/tile/light)) //TODO: get rid of this ugly check somehow
|
||||
if(istype(W, /obj/item/stack/tile/light)) //TODO: get rid of this ugly check somehow
|
||||
var/obj/item/stack/tile/light/L = W
|
||||
var/turf/open/floor/light/F = T
|
||||
F.state = L.state
|
||||
|
||||
Reference in New Issue
Block a user