mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[READY TO BE MERGED] King Goat Achievements, bugfixes, and minor tweaks (#49159)
* king goat memes * I cant grammar * newline * the arena is no longer pressurised * How into grammar * I am embarrassed I did not notice this * no hotel vacations in the arena * better goat hoof sprite curticy of stephen * new goat gun sprite * might as well * grammar * no more king goat plushies in toy crates * Update code/modules/mob/living/simple_animal/hostile/megafauna/king_of_goats.dm Co-Authored-By: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> * done * based and redpilled Co-authored-by: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
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