mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Adds the spring trap (#19563)
* Spring trap * spring sproing * waddlefix * Spring trap kit icon * Delete this Co-authored-by: Cameron Lennox <killer65311@gmail.com> --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -317,6 +317,17 @@
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_JANITORIAL
|
||||
)
|
||||
|
||||
/datum/design_techweb/springtrap
|
||||
name = "spring trap kit"
|
||||
desc = "A mechanically activated spring trap. Low-tech, but reliable."
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(MAT_STEEL = 18750)
|
||||
id = "springtrap"
|
||||
build_path = /obj/item/spring_trap_kit
|
||||
category = list(
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_JANITORIAL
|
||||
)
|
||||
|
||||
/datum/design_techweb/experimental_welder
|
||||
name = "Experimental welding tool"
|
||||
desc = "A welding tool that generate fuel for itself."
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
"beartrap",
|
||||
"barbedwire",
|
||||
"snarewire",
|
||||
"springtrap",
|
||||
// "buffer",
|
||||
"washing"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user