Files
CHOMPStation2/code/game/objects/structures/map_blocker_vr.dm
2018-02-03 01:00:57 -05:00

16 lines
372 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 = 1.0
opacity = 0
density = 1
unacidable = 1
/obj/effect/blocker/initialize() // For non-gateway maps.
. = ..()
icon = null
icon_state = null