mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
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:
@@ -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 */
|
||||
////////////////
|
||||
|
||||
Reference in New Issue
Block a user