Skip to content

Commit

Permalink
add a crowbor to the defense kit so that people can pry open door to …
Browse files Browse the repository at this point in the history
…get out.
  • Loading branch information
Julien committed May 7, 2024
1 parent 92655a0 commit 086be2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/cm_marines/equipment/kit_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
name = "\improper Cryo Self Defense Kit"
desc = "A basic self-defense kit reserved for emergencies. As you might expect, not much care was put into keeping the stock fresh, who would be insane enough to attack a USCM ship directly?"
icon_state = "cryo_defense_kit"
storage_slots = 3
storage_slots = 4

/obj/item/storage/box/kit/cryo_self_defense/update_icon()
if(LAZYLEN(contents))
Expand All @@ -533,6 +533,7 @@
/obj/item/storage/box/kit/cryo_self_defense/fill_preset_inventory()
new /obj/item/weapon/gun/pistol/mod88/flashlight(src)
new /obj/item/attachable/bayonet(src)
new /obj/item/tool/crowbar/red(src)
new /obj/item/reagent_container/food/snacks/packaged_meal(src, pick("boneless pork ribs", "grilled chicken", "pizza square", "spaghetti chunks", "chicken tender"))

/obj/item/storage/box/kit/exp_trooper
Expand Down

0 comments on commit 086be2b

Please sign in to comment.