mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
co-authored by
Tlaltecuhtli
parent
f17491c592
commit
a94fedc7ce
@@ -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