mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Merge pull request #4843 from FreeStylaLT/youpieceoffuckingshitforgottousemapmerger
Good heavens look at the time it's SEC REMAP O' CLOCK
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -42,6 +42,6 @@ var/list/TAGGERLOCATIONS = list("Disposals",
|
||||
"Atmospherics", "HoS Office", "Security", "Medbay",
|
||||
"CMO Office", "Chemistry", "Research", "RD Office",
|
||||
"Robotics", "HoP Office", "Library", "Chapel", "Captain's Office",
|
||||
"Bar", "Kitchen", "Hydroponics", "Janitor Closet","Genetics")
|
||||
"Bar", "Kitchen", "Hydroponics", "Janitor Closet","Genetics","Brig Physician")
|
||||
|
||||
var/list/hit_appends = list("-OOF", "-ACK", "-UGH", "-HRNK", "-HURGH", "-GLORF")
|
||||
@@ -1577,11 +1577,11 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/main
|
||||
name = "\improper Security Office"
|
||||
icon_state = "security"
|
||||
icon_state = "securityoffice"
|
||||
|
||||
/area/security/lobby
|
||||
name = "\improper Security Lobby"
|
||||
icon_state = "security"
|
||||
icon_state = "securitylobby"
|
||||
|
||||
/area/security/brig
|
||||
name = "\improper Brig"
|
||||
@@ -1597,7 +1597,7 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/permabrig
|
||||
name = "\improper Prison Wing"
|
||||
icon_state = "sec_prison"
|
||||
icon_state = "sec_prison_perma"
|
||||
|
||||
/area/security/prison
|
||||
name = "\improper Prison Wing"
|
||||
@@ -1617,11 +1617,11 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/prison/cell_block/A
|
||||
name = "\improper Prison Cell Block A"
|
||||
icon_state = "brig"
|
||||
icon_state = "brigcella"
|
||||
|
||||
/area/security/prison/cell_block/B
|
||||
name = "\improper Prison Cell Block B"
|
||||
icon_state = "brig"
|
||||
icon_state = "brigcellb"
|
||||
|
||||
/area/security/prison/cell_block/C
|
||||
name = "\improper Prison Cell Block C"
|
||||
@@ -1629,15 +1629,27 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/execution
|
||||
name = "\improper Execution"
|
||||
icon_state = "security"
|
||||
icon_state = "execution"
|
||||
|
||||
/area/security/processing
|
||||
name = "\improper Prisoner Processing"
|
||||
icon_state = "security"
|
||||
icon_state = "prisonerprocessing"
|
||||
|
||||
/area/security/interrogation
|
||||
name = "\improper Interrogation"
|
||||
icon_state = "security"
|
||||
icon_state = "interrogation"
|
||||
|
||||
/area/security/seceqstorage
|
||||
name = "\improper Security Equipment Storage"
|
||||
icon_state = "securityequipmentstorage"
|
||||
|
||||
/area/security/interrogationhallway
|
||||
name = "\improper Interrogation Hallway"
|
||||
icon_state = "interrogationhall"
|
||||
|
||||
/area/security/courtroomdandp
|
||||
name = "\improper Courtroom Defense and Prosecution"
|
||||
icon_state = "seccourt"
|
||||
|
||||
/area/security/interrogationobs
|
||||
name = "\improper Interrogation Observation"
|
||||
@@ -1645,11 +1657,11 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/evidence
|
||||
name = "\improper Evidence Room"
|
||||
icon_state = "security"
|
||||
icon_state = "evidence"
|
||||
|
||||
/area/security/prisonlockers
|
||||
name = "\improper Prisoner Lockers"
|
||||
icon_state = "sec_prison"
|
||||
icon_state = "sec_prison_lockers"
|
||||
|
||||
/area/security/medbay
|
||||
name = "\improper Security Medbay"
|
||||
@@ -1665,11 +1677,11 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/armoury
|
||||
name = "\improper Armory"
|
||||
icon_state = "Warden"
|
||||
icon_state = "armory"
|
||||
|
||||
/area/security/securearmoury
|
||||
name = "\improper Secure Armory"
|
||||
icon_state = "Warden"
|
||||
icon_state = "secarmory"
|
||||
|
||||
/area/security/armoury/gamma
|
||||
name = "\improper Gamma Armory"
|
||||
@@ -1678,7 +1690,7 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
/area/security/securehallway
|
||||
name = "\improper Security Secure Hallway"
|
||||
icon_state = "security"
|
||||
icon_state = "securehall"
|
||||
|
||||
/area/security/hos
|
||||
name = "\improper Head of Security's Office"
|
||||
@@ -1686,7 +1698,7 @@ var/list/ghostteleportlocs = list()
|
||||
|
||||
area/security/podbay
|
||||
name = "\improper Security Podbay"
|
||||
icon_state = "security"
|
||||
icon_state = "securitypodbay"
|
||||
|
||||
/area/security/detectives_office
|
||||
name = "\improper Detective's Office"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user