Adds Holy Water Darts to Cargo (#25468)

* die monster you do not belong in this world

* Update code/game/objects/items/weapons/storage/boxes.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com>

* Update code/modules/projectiles/ammunition/ammo_casings.dm

Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com>

---------

Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Marm
2024-05-30 16:57:35 +01:00
committed by GitHub
parent 9b9d96190b
commit 0d1eb5110d
6 changed files with 31 additions and 0 deletions
@@ -697,6 +697,15 @@
for(var/I in 1 to 7)
new /obj/item/ammo_casing/shotgun/tranquilizer(src)
/obj/item/storage/box/holy
name = "ammunition box (Holy Water darts)"
desc = "A small box capable of holding seven shotgun shells."
icon_state = "hshell_box"
/obj/item/storage/box/holy/populate_contents()
for(var/I in 1 to 7)
new /obj/item/ammo_casing/shotgun/holy(src)
////////////////
/* Donk Boxes */
////////////////