mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user