mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Firing pin extraction device (#5729)
- Adds firing pin extraction device, sprites provided by Kyres - RD's locker now has firing pin extraction device.
This commit is contained in:
committed by
Werner
parent
45b93f14bf
commit
d31b8af96b
@@ -177,7 +177,7 @@ other types of metals and chemistry for reagents).
|
||||
req_tech = list(TECH_ENGINEERING = 4, TECH_MATERIAL = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 500)
|
||||
build_path =/obj/item/weapon/weldingtool/experimental
|
||||
sort_string = "VABAJ"
|
||||
sort_string = "VABAJ"
|
||||
|
||||
/datum/design/item/posibrain
|
||||
name = "Positronic brain"
|
||||
@@ -434,3 +434,11 @@ other types of metals and chemistry for reagents).
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000)
|
||||
build_path = /obj/item/weapon/disk/integrated_circuit/upgrade/advanced
|
||||
sort_string = "VCAAH"
|
||||
|
||||
/datum/design/item/pin_extractor
|
||||
name = "Pin extraction device"
|
||||
id = "pin_extractor"
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_MAGNET = 4, TECH_ILLEGAL = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000, "glass" = 2500)
|
||||
build_path = /obj/item/device/pin_extractor
|
||||
sort_string = "VCBAA"
|
||||
Reference in New Issue
Block a user