mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[MIRROR] Completely FIX Hilbert's Hotel and its associated ruin to the game. (#1111)
* Completely FIX Hilbert's Hotel and its associated ruin to the game. (#53830) Reverts the removal in #53790. Broken in #53586. Because turfNumber++ must be incremented on turf, not on every ATOM it EVERY TURF, and anyway it don't trigger since first turfs don't have atoms in it. Fix #53794, Hilbert's Hotel peephole runtime. Fix #53795, hhmysteryRoomNumber generates only once. * Completely FIX Hilbert's Hotel and its associated ruin to the game. Co-authored-by: Dennok <Deneles@yandex.ru>
This commit is contained in:
@@ -22,11 +22,13 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
|
||||
/obj/item/shared_storage,
|
||||
/obj/structure/extraction_point,
|
||||
/obj/machinery/syndicatebomb,
|
||||
/obj/item/hilbertshotel,
|
||||
/obj/item/swapper,
|
||||
/obj/docking_port,
|
||||
/obj/machinery/launchpad,
|
||||
/obj/machinery/disposal,
|
||||
/obj/structure/disposalpipe,
|
||||
/obj/item/hilbertshotel,
|
||||
/obj/machinery/camera,
|
||||
/obj/item/gps,
|
||||
/obj/structure/checkoutmachine
|
||||
|
||||
Reference in New Issue
Block a user