From e036e00701cb0eb3e847418de2f381cd211718e2 Mon Sep 17 00:00:00 2001 From: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com> Date: Fri, 21 Jan 2022 03:33:11 -0500 Subject: [PATCH] made fix modular :3 --- code/modules/ruins/spaceruin_code/hilbertshotel.dm | 2 +- .../code/modules/ruins/spaceruin_code/hilbertshotel.dm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/ruins/spaceruin_code/hilbertshotel.dm b/code/modules/ruins/spaceruin_code/hilbertshotel.dm index 709b60b620..7109c87999 100644 --- a/code/modules/ruins/spaceruin_code/hilbertshotel.dm +++ b/code/modules/ruins/spaceruin_code/hilbertshotel.dm @@ -5,7 +5,7 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337) name = "Hilbert's Hotel" desc = "A sphere of what appears to be an intricate network of bluespace. Observing it in detail seems to give you a headache as you try to comprehend the infinite amount of infinitesimally distinct points on its surface." icon_state = "hilbertshotel" - w_class = WEIGHT_CLASS_GIGANTIC + w_class = WEIGHT_CLASS_SMALL resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF var/datum/map_template/hilbertshotel/hotelRoomTemp var/datum/map_template/hilbertshotel/empty/hotelRoomTempEmpty diff --git a/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm b/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm index b75e7b07bb..ada721b558 100644 --- a/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm +++ b/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm @@ -1,3 +1,6 @@ +/obj/item/hilbertshotel + w_class = WEIGHT_CLASS_GIGANTIC + // Better SPLURT version of hilbert's /datum/map_template/hilbertshotel mappath = '_maps/splurt_maps/templates/hilbertshotel.dmm'