mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 13:16:47 +01:00
Fix: Apartment names
This commit is contained in:
@@ -22,10 +22,6 @@
|
||||
mappath = '_maps/splurt_maps/templates/hilbertshotelempty.dmm'
|
||||
|
||||
// SELECTABLE APARTMENTS UPDATE
|
||||
/datum/map_template/hilbertshotel/apartment
|
||||
name = "Apartment"
|
||||
mappath = '_maps/splurt_maps/templates/hilbertshotel_templates/apartment.dmm'
|
||||
|
||||
/datum/map_template/hilbertshotel/apartment/one
|
||||
name = "Apartment_1"
|
||||
mappath = '_maps/splurt_maps/templates/hilbertshotel_templates/apartment_1.dmm'
|
||||
@@ -38,6 +34,10 @@
|
||||
name = "Apartment_3"
|
||||
mappath = '_maps/splurt_maps/templates/hilbertshotel_templates/apartment_3.dmm'
|
||||
|
||||
/datum/map_template/hilbertshotel/apartment/four
|
||||
name = "Apartment_4"
|
||||
mappath = '_maps/splurt_maps/templates/hilbertshotel_templates/apartment_4.dmm'
|
||||
|
||||
/datum/map_template/hilbertshotel/apartment/bar
|
||||
name = "Apartment_bar"
|
||||
mappath = '_maps/splurt_maps/templates/hilbertshotel_templates/apartment_bar.dmm'
|
||||
|
||||
Reference in New Issue
Block a user