mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +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:
@@ -270,6 +270,12 @@
|
||||
description = "With heated debates over the legality of the catperson and their status in the workforce, there's always a place for the blackmarket to slip in for some cash. Whether the results \
|
||||
are morally sound or not is another issue entirely."
|
||||
|
||||
/datum/map_template/ruin/space/hilbertresearchfacility
|
||||
id = "hilbert_facility"
|
||||
suffix = "hilbertshoteltestingsite.dmm"
|
||||
name = "Hilbert Research Facility"
|
||||
description = "A research facility of great bluespace discoveries. Long since abandoned, willingly or not..."
|
||||
|
||||
/datum/map_template/ruin/space/clownplanet
|
||||
id = "clownplanet"
|
||||
suffix = "clownplanet.dmm"
|
||||
|
||||
Reference in New Issue
Block a user