[MIRROR] Completely removes Hilbert's Hotel and its associated ruin from the game. (#881)

* Completely removes Hilbert's Hotel and its associated ruin from the game. (#53790)

The Hotel is a runtime machine. When it swaps rooms, its turfs runtime. When people are actively using it, things in it constantly runtime. It's half broken, half buggy. Turfs don't remember contents. Sometimes blank rooms spawn. Sometimes nothing at all.

It's not worth the time and effort to fix or maintain it.

I'm opening this PR to completely remove it.

* Completely removes Hilbert's Hotel and its associated ruin from the game.

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2020-09-20 01:36:15 +02:00
committed by GitHub
parent a7348e565b
commit 3eb4b68b60
12 changed files with 17 additions and 3025 deletions
+1 -3
View File
@@ -155,9 +155,7 @@
/area/centcom,
/area/asteroid,
/area/tdome,
/area/wizard_station,
/area/hilbertshotel,
/area/hilbertshotelstorage
/area/wizard_station
)
for (var/type in SPECIALS)
if ( istype(A,type) )