Files
Paradise/code/game/area/centcom_areas.dm
T
6df2c2e3d2 Ghost bar (#22368)
* Ghost bar initial changes

* more changes

* we ball again brothers

* we are (once again) SO back

* Update code/modules/admin/verbs/debug.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Update code/_onclick/hud/alert.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Update code/_onclick/hud/alert.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Update code/modules/ruins/ghost_bar.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/ruins/ghost_bar.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/ruins/ghost_bar.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/ruins/ghost_bar.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/ruins/ghost_bar.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/game/objects/items/weapons/cards_ids.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* deck of cards and shittt

* global placement

* Update code/modules/ruins/ghost_bar.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* readded

* hotfix

* zamn

* fixes

* greyfix

* last of the fixes

* can't stop me baby

* bam

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2023-10-09 19:47:17 +01:00

146 lines
3.1 KiB
Plaintext

// CENTCOM
/area/centcom
name = "\improper Centcom"
icon_state = "centcom"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
nad_allowed = TRUE
/area/centcom/control
name = "\improper Centcom Control"
icon_state = "centcom_ctrl"
/area/centcom/evac
name = "\improper Centcom Emergency Shuttle"
icon_state = "centcom_evac"
/area/centcom/suppy
name = "\improper Centcom Supply Shuttle"
icon_state = "centcom_supply"
/area/centcom/ferry
name = "\improper Centcom Transport Shuttle"
icon_state = "centcom_ferry"
/area/centcom/shuttle
name = "\improper Centcom Administration Shuttle"
/area/centcom/test
name = "\improper Centcom Testing Facility"
/area/centcom/living
name = "\improper Centcom Living Quarters"
/area/centcom/specops
name = "\improper Centcom Special Ops"
icon_state = "centcom_specops"
/area/centcom/gamma
name = "\improper Centcom Gamma Armory"
icon_state = "centcom_gamma"
/area/centcom/holding
name = "\improper Holding Facility"
/area/centcom/bathroom
name = "\improper Centcom Emergency Shuttle Bathrooms"
/area/centcom/docks
name = "\improper Central Command Docks"
icon_state = "centcom"
// Admin areas
/area/admin
name = "\improper Admin Room"
icon_state = "start"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
hide_attacklogs = TRUE
/area/adminconstruction
name = "\improper Admin Testing Area"
icon_state = "start"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
hide_attacklogs = TRUE
//EXTRA
/area/tdome
name = "\improper Thunderdome"
icon_state = "thunder"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
hide_attacklogs = TRUE
/area/tdome/arena_source
name = "\improper Thunderdome Arena Template"
icon_state = "thunder"
/area/tdome/arena
name = "\improper Thunderdome Arena"
icon_state = "thunder"
/area/tdome/tdome1
name = "\improper Thunderdome (Team 1)"
icon_state = "green"
/area/tdome/tdome2
name = "\improper Thunderdome (Team 2)"
icon_state = "yellow"
/area/tdome/tdomeadmin
name = "\improper Thunderdome (Admin.)"
icon_state = "purple"
/area/tdome/tdomeobserve
name = "\improper Thunderdome (Observer.)"
icon_state = "purple"
// Other Areas on centcom z level
/area/abductor_ship
name = "\improper Abductor Ship"
icon_state = "yellow"
requires_power = FALSE
has_gravity = TRUE
/area/wizard_station
name = "\improper Wizard's Den"
icon_state = "yellow"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
/area/ninja
name = "\improper Ninja Area Parent"
icon_state = "ninjabase"
requires_power = FALSE
no_teleportlocs = TRUE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
/area/ninja/outpost
name = "\improper SpiderClan Outpost"
/area/ninja/holding
name = "\improper SpiderClan Holding Facility"
/area/trader_station
name = "Trade Base"
icon_state = "yellow"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
/area/trader_station/sol
name = "Jupiter Station 6"
/area/ghost_bar
name = "Ghost Bar"
icon_state = "observatory"
requires_power = FALSE
has_gravity = TRUE
hide_attacklogs = TRUE