Add ocelot bundle (#24787)

This commit is contained in:
datlo
2024-04-07 10:59:55 +01:00
committed by GitHub
parent 6c4a80d2e5
commit 285d59ff74
2 changed files with 29 additions and 10 deletions
@@ -72,7 +72,8 @@
"Dark Lord" = /obj/item/storage/box/syndie_kit/bundle/darklord,
"Sniper" = /obj/item/storage/box/syndie_kit/bundle/professional,
"Grenadier" = /obj/item/storage/box/syndie_kit/bundle/grenadier,
"Augmented" = /obj/item/storage/box/syndie_kit/bundle/metroid)
"Augmented" = /obj/item/storage/box/syndie_kit/bundle/metroid,
"Ocelot" = /obj/item/storage/box/syndie_kit/bundle/ocelot)
var/list/selected = list()
var/list/unselected = list()