mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-22 23:15:13 +00:00
## About The Pull Request Basically the title, Abductors can no longer teleport into NOTELEPORT areas except for the abductor ship. This now also removes the ABDUCTOR_PROOF bitflag and replaces it with a check for ai monitored areas fixes https://github.com/tgstation/tgstation/issues/83844 ## Why It's Good For The Game Abductors shouldnt kidnap people in centcom ## Changelog 🆑 fix: Abductors can no longer teleport into Centcom remove: Brutally murders the ABDUCTOR_PROOF flag /🆑 --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
/// Station side
|
|
|
|
/area/station/cargo/bitrunning
|
|
name = "Bitrunning"
|
|
|
|
/area/station/cargo/bitrunning/den
|
|
name = "Bitrunning Den"
|
|
desc = "Office of bitrunners, houses their equipment."
|
|
icon_state = "bit_den"
|
|
|
|
/// VDOM
|
|
|
|
/area/virtual_domain
|
|
name = "Virtual Domain Ruins"
|
|
icon_state = "bit_ruin"
|
|
icon = 'icons/area/areas_station.dmi'
|
|
area_flags = UNIQUE_AREA | NOTELEPORT | EVENT_PROTECTED | HIDDEN_AREA
|
|
has_gravity = STANDARD_GRAVITY
|
|
requires_power = FALSE
|
|
|
|
/area/virtual_domain/fullbright
|
|
static_lighting = FALSE
|
|
base_lighting_alpha = 255
|
|
|
|
/// Safehouse
|
|
|
|
/area/virtual_domain/safehouse
|
|
name = "Virtual Domain Safehouse"
|
|
area_flags = UNIQUE_AREA | NOTELEPORT | EVENT_PROTECTED | VIRTUAL_SAFE_AREA
|
|
icon_state = "bit_safe"
|
|
requires_power = FALSE
|
|
sound_environment = SOUND_ENVIRONMENT_ROOM
|
|
|
|
/// Custom subtypes
|
|
|
|
/area/lavaland/surface/outdoors/virtual_domain
|
|
name = "Virtual Domain Lava Ruins"
|
|
icon_state = "bit_ruin"
|
|
area_flags = UNIQUE_AREA | NOTELEPORT | EVENT_PROTECTED | HIDDEN_AREA
|
|
|
|
/area/icemoon/underground/explored/virtual_domain
|
|
name = "Virtual Domain Ice Ruins"
|
|
icon_state = "bit_ice"
|
|
area_flags = UNIQUE_AREA | NOTELEPORT | EVENT_PROTECTED | HIDDEN_AREA
|
|
|
|
/area/ruin/space/has_grav/powered/virtual_domain
|
|
name = "Virtual Domain Space Ruins"
|
|
icon = 'icons/area/areas_station.dmi'
|
|
icon_state = "bit_space"
|
|
area_flags = UNIQUE_AREA | NOTELEPORT | EVENT_PROTECTED | HIDDEN_AREA
|
|
|
|
///Areas that virtual entities should not be in
|
|
|
|
/area/virtual_domain/protected_space
|
|
name = "Virtual Domain Safe Zone"
|
|
area_flags = UNIQUE_AREA | NOTELEPORT | EVENT_PROTECTED | VIRTUAL_SAFE_AREA
|
|
icon_state = "bit_safe"
|
|
|
|
/area/virtual_domain/protected_space/fullbright
|
|
static_lighting = FALSE
|
|
base_lighting_alpha = 255
|