Files
VOREStation/code/game/objects/structures/map_blocker_vr.dm
Kashargul 46bea7cfa2 Initialize fixing (#17279)
* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
2025-03-08 13:59:29 -05:00

19 lines
436 B
Plaintext

// For mappers to make invisible borders. For best results, place at least 8 tiles away from map edge.
/obj/effect/blocker
desc = "You can't go there!"
icon = 'icons/turf/wall_masks.dmi'
icon_state = "rdebug"
anchored = TRUE
opacity = 0
density = TRUE
unacidable = TRUE
plane = PLANE_BUILDMODE
/* //VOREStation Edit
/obj/effect/blocker/Initialize(mapload) // For non-gateway maps.
. = ..()
icon = null
icon_state = null
*/