mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Adds most shotgun ammo boxes to cargo. Allows them to be crafted. (#30837)
* pope why didn't you test it haughughuugughuhguhguhgh * ok let us be real it doesn't need 50 more what was I thinking * oop * a static shock * spelling * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> * so full of order of operations yum --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -491,6 +491,7 @@ GLOBAL_LIST_INIT(cardboard_recipes, list (
|
||||
new /datum/stack_recipe("cardboard tube", /obj/item/c_tube),
|
||||
new /datum/stack_recipe("cardboard box", /obj/structure/closet/cardboard, 4),
|
||||
new /datum/stack_recipe("cardboard cutout", /obj/item/cardboard_cutout, 5),
|
||||
new /datum/stack_recipe("shotgun ammo box", /obj/item/storage/fancy/shell/empty, 2),
|
||||
null,
|
||||
new /datum/stack_recipe_list("chess pieces", list(
|
||||
new /datum/stack_recipe("black pawn", /obj/item/chesspiece/bpawn, 1),
|
||||
|
||||
Reference in New Issue
Block a user