I'm the silly little ammo guy, have some more silly ammo (#20651)

* we get a little silly

* beeg changes

* :)

* Update ammo.dmi

* Update ammo.dmi
This commit is contained in:
Manatee
2023-10-21 00:05:35 -05:00
committed by GitHub
parent e310616328
commit beb539f007
4 changed files with 58 additions and 1 deletions

View File

@@ -426,7 +426,26 @@
time = 0.5 SECONDS
category = CAT_WEAPON_AMMO
/datum/crafting_recipe/laserslug
/datum/crafting_recipe/ripslug
name = "Ripslug Shell"
result = /obj/item/ammo_casing/shotgun/rip
reqs = list(/obj/item/ammo_casing/shotgun/techshell = 1,
/obj/item/stack/sheet/mineral/plastitanium = 5,
/obj/item/stock_parts/micro_laser/quadultra = 1) // to split the slug duh
tool_behaviors = list(TOOL_SCREWDRIVER)
time = 0.5 SECONDS
category = CAT_WEAPON_AMMO
/datum/crafting_recipe/anarchy
name = "Anarchy Shell"
result = /obj/item/ammo_casing/shotgun/anarchy
reqs = list(/obj/item/ammo_casing/shotgun/techshell = 1,
/obj/item/stack/sheet/plastic = 5, // uhh because we dont have rubber and this is as close as i can get?
/obj/item/stack/sheet/mineral/silver = 5) // mirrors are inlaid with silver so light reflects, so clearly it helps them reflect too, right?
tool_behaviors = list(TOOL_SCREWDRIVER)
time = 0.5 SECONDS
category = CAT_WEAPON_AMMO
name = "Bolts"
result = /obj/item/ammo_casing/caseless/bolts
reqs = list(/obj/item/stack/rods = 1)