mass ports like 15 tg prs + counting (#13386)
* changes * ok * changes * sigh * fixes * changes * fix * fix * alright * fixes git pus * fix * fix * fix * test * ok * Update code/modules/paperwork/ticketmachine.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> * ok * compile and other stuff * ok * fix * fix * Fix * Update menu.dm * Update view.dm * Update preferences.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> Co-authored-by: Putnam3145 <putnam3145@gmail.com>
This commit is contained in:
co-authored by
Letter N
Putnam3145
parent
69ef1ed0e0
commit
19f1e99a8c
@@ -37,6 +37,10 @@
|
||||
name = "winterball Zone"
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/centcom/supplypod/supplypod_temp_holding
|
||||
name = "Supplypod Shipping lane"
|
||||
icon_state = "supplypod_flight"
|
||||
|
||||
/area/centcom/supplypod
|
||||
name = "Supplypod Facility"
|
||||
icon_state = "supplypod"
|
||||
@@ -49,18 +53,35 @@
|
||||
/area/centcom/supplypod/loading
|
||||
name = "Supplypod Loading Facility"
|
||||
icon_state = "supplypod_loading"
|
||||
var/loading_id = ""
|
||||
|
||||
/area/centcom/supplypod/loading/Initialize()
|
||||
. = ..()
|
||||
if(!loading_id)
|
||||
CRASH("[type] created without a loading_id")
|
||||
if(GLOB.supplypod_loading_bays[loading_id])
|
||||
CRASH("Duplicate loading bay area: [type] ([loading_id])")
|
||||
GLOB.supplypod_loading_bays[loading_id] = src
|
||||
|
||||
/area/centcom/supplypod/loading/one
|
||||
name = "Supplypod Loading Bay #1"
|
||||
name = "Bay #1"
|
||||
loading_id = "1"
|
||||
|
||||
/area/centcom/supplypod/loading/two
|
||||
name = "Supplypod Loading Bay #2"
|
||||
name = "Bay #2"
|
||||
loading_id = "2"
|
||||
|
||||
/area/centcom/supplypod/loading/three
|
||||
name = "Supplypod Loading Bay #3"
|
||||
name = "Bay #3"
|
||||
loading_id = "3"
|
||||
|
||||
/area/centcom/supplypod/loading/four
|
||||
name = "Supplypod Loading Bay #4"
|
||||
name = "Bay #4"
|
||||
loading_id = "4"
|
||||
|
||||
/area/centcom/supplypod/loading/ert
|
||||
name = "ERT Bay"
|
||||
loading_id = "5"
|
||||
//THUNDERDOME
|
||||
|
||||
/area/tdome
|
||||
|
||||
Reference in New Issue
Block a user