[MIRROR] disabled DLC only content on arena shuttle (#3407)

* Give bone keys to arena shuttle victors (#56376)

Now that necropolis crates require bone keys to open, the Arena Shuttle
will give any survivors from the arena a bone key to open a crate with.

* disabled DLC only content on arena shuttle

Co-authored-by: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-15 16:10:03 +00:00
committed by GitHub
co-authored by Tlaltecuhtli
parent f17491c592
commit a94fedc7ce
2 changed files with 12 additions and 10 deletions
+2
View File
@@ -141,6 +141,8 @@
to_chat(L, "<span class='reallybig redtext'>The battle is won. Your bloodlust subsides.</span>", confidential = TRUE)
for(var/obj/item/chainsaw/doomslayer/chainsaw in L)
qdel(chainsaw)
var/obj/item/skeleton_key/key = new(L)
L.put_in_hands(key)
else
to_chat(L, "<span class='warning'>You are not yet worthy of passing. Drag a severed head to the barrier to be allowed entry to the hall of champions.</span>", confidential = TRUE)