Skip to content

Commit

Permalink
removed /improper
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Jan 5, 2015
1 parent cb155b5 commit 42a8999
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/game/area/Space Station 13 areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1533,27 +1533,27 @@ proc/process_ghost_teleport_locs()

//Hallways
/area/hallway/primary/fore
name = "\improper Fore Hallway"
name = "Fore Hallway"

/area/hallway/primary/forecentral
name = "\improper Fore Central Hallway"
name = "Fore Central Hallway"
icon_state = "hallfc"

/area/hallway/primary/starboard
name = "\improper Starboard Hallway"
name = "Starboard Hallway"

/area/hallway/primary/aft
name = "\improper Aft Hallway"
name = "Aft Hallway"

/area/hallway/primary/aftcentral
name = "\improper Aft Central Hallway"
name = "Aft Central Hallway"
icon_state = "hallac"

/area/hallway/primary/port
name = "\improper Port Hallway"
name = "Port Hallway"

/area/hallway/primary/portcentral
name = "\improper Port Central Hallway"
name = "Port Central Hallway"
icon_state = "hallpc"


Expand Down

0 comments on commit 42a8999

Please sign in to comment.