Files
VOREStation/code/game/objects/structures/map_blocker_vr.dm
VerySoft 6688ff95a6 Buffs Blockers and alters the new sound toggle verbs again
I added hyphens instead of spaces for the new verbs because typing any of the verbs they relate to in the bottom bar defaults to the toggle verb instead of the normal verb. :U

With the hyphens instead of spaces it doesn't do that anymore!
2022-07-17 00:37:28 -04:00

19 lines
429 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() // For non-gateway maps.
. = ..()
icon = null
icon_state = null
*/