Skip to content

Commit

Permalink
Merge pull request #992 from MrCat15352/new_area_1
Browse files Browse the repository at this point in the history
ADD: New areas for ships
  • Loading branch information
MrCat15352 authored Sep 27, 2024
2 parents 2eea3a8 + e8c0e56 commit bc9de08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file modified mod_celadon/_storge_icons/icons/areas.dmi
Binary file not shown.
14 changes: 14 additions & 0 deletions mod_celadon/areas/code/ship_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,17 @@
/area/ship/general/other/zone_4
name = "Other Shuttle 4"
icon_state = "osz_4"

/// Hallways ///
/area/ship/hallway/starboard_fore
name = "Starboard Fore Hallway"
icon_state = "starforehallway"

/area/ship/hallway/port_fore
name = "Port Fore Hallway"
icon_state = "portforehallway"

/// Security ///
/area/ship/security/weapons_control
name = "Weapons Control Room"
icon_state = "weaponscontrolroom"

0 comments on commit bc9de08

Please sign in to comment.