Merge pull request #9795 from Ghommie/Ghommie-cit346

Unmodularize areas.
This commit is contained in:
kevinz000
2019-11-14 16:24:36 -07:00
committed by GitHub
5 changed files with 15 additions and 19 deletions

View File

@@ -250,7 +250,12 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/area/maintenance/disposal/incinerator /area/maintenance/disposal/incinerator
name = "Incinerator" name = "Incinerator"
icon_state = "disposal" icon_state = "disposal"
/area/maintenance/bar
name = "Maintenance Bar"
icon_state = "maintbar"
/area/maintenance/bar/cafe
name = "Abandoned Cafe"
//Hallway //Hallway
@@ -499,6 +504,16 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Abandoned Theatre" name = "Abandoned Theatre"
icon_state = "Theatre" icon_state = "Theatre"
/area/crew_quarters/theatre/clown
name = "Clown's Office"
/area/crew_quarters/theatre/mime
name = "Mime's Office"
/area/crew_quarters/cryopod
name = "Cryogenics"
icon_state = "cryosleep"
/area/library /area/library
name = "Library" name = "Library"
icon_state = "library" icon_state = "library"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

View File

@@ -1,18 +0,0 @@
/area/maintenance/bar
name = "Maintenance Bar"
icon = 'modular_citadel/code/game/area/areas.dmi'
icon_state = "maintbar"
/area/maintenance/bar/cafe
name = "Abandoned Cafe"
/area/crew_quarters/theatre/clown
name = "Clown's Office"
/area/crew_quarters/theatre/mime
name = "Mime's Office"
/area/crew_quarters/cryopod
name = "Cryogenics"
icon = 'modular_citadel/code/game/area/areas.dmi'
icon_state = "cryo"

View File

@@ -2987,7 +2987,6 @@
#include "modular_citadel\code\datums\traits\negative.dm" #include "modular_citadel\code\datums\traits\negative.dm"
#include "modular_citadel\code\datums\wires\airlock.dm" #include "modular_citadel\code\datums\wires\airlock.dm"
#include "modular_citadel\code\datums\wires\autoylathe.dm" #include "modular_citadel\code\datums\wires\autoylathe.dm"
#include "modular_citadel\code\game\area\cit_areas.dm"
#include "modular_citadel\code\game\gamemodes\gangs\dominator.dm" #include "modular_citadel\code\game\gamemodes\gangs\dominator.dm"
#include "modular_citadel\code\game\gamemodes\gangs\dominator_countdown.dm" #include "modular_citadel\code\game\gamemodes\gangs\dominator_countdown.dm"
#include "modular_citadel\code\game\gamemodes\gangs\gang.dm" #include "modular_citadel\code\game\gamemodes\gangs\gang.dm"