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.
This commit is contained in:
Tlaltecuhtli
2021-02-15 11:01:31 +00:00
committed by GitHub
parent 4c4ce8bf62
commit 3846162b80
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)