[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:
fluffe9911
2020-02-24 20:47:42 -05:00
committed by GitHub
co-authored by moo
parent 8d11e0ffa8
commit 5eea39977d
15 changed files with 49 additions and 19 deletions
@@ -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)