mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
hilbert's hotel for ghost dojo
This commit is contained in:
@@ -7891,6 +7891,10 @@
|
||||
},
|
||||
/turf/open/floor/engine/cult,
|
||||
/area/wizard_station)
|
||||
"sa" = (
|
||||
/obj/item/hilbertshotel/ghostdojo,
|
||||
/turf/open/indestructible/hotelwood,
|
||||
/area/centcom/holding)
|
||||
"sc" = (
|
||||
/obj/docking_port/stationary{
|
||||
area_type = /area/syndicate_mothership/control;
|
||||
@@ -47751,7 +47755,7 @@ Of
|
||||
QF
|
||||
Nd
|
||||
Sd
|
||||
Sd
|
||||
sa
|
||||
Nd
|
||||
WN
|
||||
Ur
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user