Merge pull request #10601 from Putnam3145/dojo-hilbert

Adds 16777216 dorms to the ghost dojo
This commit is contained in:
Ghom
2020-01-19 03:02:32 +01:00
committed by GitHub
2 changed files with 14 additions and 1 deletions
@@ -172,6 +172,15 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337)
var/turf/T = locate(_x, _y, _z)
A.forceMove(T)
/obj/item/hilbertshotel/ghostdojo
name = "Infinite Dormitories"
anchored = TRUE
interaction_flags_atom = INTERACT_ATOM_ATTACK_HAND
/obj/item/hilbertshotel/ghostdojo/interact(mob/user)
. = ..()
promptAndCheckIn(user)
//Template Stuff
/datum/map_template/hilbertshotel
name = "Hilbert's Hotel Room"