mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Depleted Uranium Recipe fix (#14159)
* haha oops * Fixes the fact i am dumb and stupid
This commit is contained in:
@@ -371,7 +371,7 @@
|
|||||||
name = "Depleted Uranium Slug Shell"
|
name = "Depleted Uranium Slug Shell"
|
||||||
result = /obj/item/ammo_casing/shotgun/uraniumpenetrator
|
result = /obj/item/ammo_casing/shotgun/uraniumpenetrator
|
||||||
reqs = list(/obj/item/ammo_casing/shotgun/techshell = 1,
|
reqs = list(/obj/item/ammo_casing/shotgun/techshell = 1,
|
||||||
/datum/material/uranium = 3,
|
/obj/item/stack/sheet/mineral/uranium = 3,
|
||||||
/obj/item/stack/rods = 2,
|
/obj/item/stack/rods = 2,
|
||||||
/datum/reagent/thermite = 5)
|
/datum/reagent/thermite = 5)
|
||||||
tools = list(TOOL_SCREWDRIVER)
|
tools = list(TOOL_SCREWDRIVER)
|
||||||
|
|||||||
Reference in New Issue
Block a user