mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Tool Size Tweaks (#20586)
* The Great Toolening * oops all belts (incoming self conflict lul) * defines shouldnt lie * mini crowbar TODOs * beeeeeeeeeg crowbar * oops it needs a design * purple kit + vendor fix * add mini crowbar dmi * oops forgot this * i am an idiot sandwhich * im bad at code * scratch that, i cant read my VSC * wrench undo + readd to boxes * nukies too * man i cant code * power tools should logically follow * formatting * maybe im free? * forgot inhands * Update toolbox.dm * bluespace belt buff (unironic) * undo for now * fixes bluespace/tot belts + adds w_class override * adds small crowbar to e-toolboxes and tot tools * power tool fix * Rnd build path Co-authored-by: Adrer <erwin@lombok.demon.nl> * design fix * merge conflict + small fix * small name fixes --------- Co-authored-by: Adrer <erwin@lombok.demon.nl>
This commit is contained in:
@@ -242,6 +242,15 @@
|
||||
materials = list(MAT_METAL = 4500, MAT_SILVER = 2500, MAT_TITANIUM = 3500)
|
||||
category = list("Equipment")
|
||||
|
||||
/datum/design/minicrowbar
|
||||
name = "Miniature Titanium Crowbar"
|
||||
desc = "A lightweight and portable version of the Crowbar that fits into smaller storages."
|
||||
id = "minicrowbar"
|
||||
req_tech = list("engineering" = 4, "materials" = 3)
|
||||
build_path = /obj/item/crowbar/small
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_TITANIUM = 250)
|
||||
category = list("Equipment")
|
||||
/datum/design/alienwrench
|
||||
name = "Alien Wrench"
|
||||
desc = "An advanced wrench obtained through Abductor technology."
|
||||
|
||||
Reference in New Issue
Block a user