mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Merge branch 'master' of git://github.com/tgstation/tgstation
This commit is contained in:
@@ -44,6 +44,10 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337)
|
||||
|
||||
/obj/item/hilbertshotel/proc/promptAndCheckIn(mob/user)
|
||||
var/chosenRoomNumber = input(user, "What number room will you be checking into?", "Room Number") as null|num
|
||||
var/area/currentArea = get_area(src)
|
||||
if(currentArea.type == /area/ruin/powered/kinggoat_arena)
|
||||
to_chat(user, "<span class='warning'>[src] fizzles uselessly.</span>")
|
||||
return
|
||||
if(!chosenRoomNumber)
|
||||
return
|
||||
if(chosenRoomNumber > SHORT_REAL_LIMIT)
|
||||
|
||||
Reference in New Issue
Block a user