Fix: Apartment names

This commit is contained in:
ariaworld
2024-01-13 14:23:00 +01:00
parent c96c991621
commit 73fe546cdd
7 changed files with 3158 additions and 3158 deletions
@@ -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'