mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user