Files
CHOMPStation2/code/game/objects/structures/map_blocker_vr.dm
CHOMPStation2StaffMirrorBot ce2446922e [MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-08 22:22:04 +01: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
*/