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:
matttheficus
2023-05-02 21:43:06 +02:00
committed by GitHub
co-authored by Adrer
parent 21a6cad1ee
commit fc87927f7b
17 changed files with 84 additions and 22 deletions
@@ -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."