adds the BROOM from tg (#18818)

* ports broom

* fixes

* f

* should be good

* Update code/game/objects/structures/janicart.dm

Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com>

---------

Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com>
This commit is contained in:
azzzertyy
2023-06-01 00:28:06 +01:00
committed by GitHub
parent 52dc29118c
commit e592cc9bc3
12 changed files with 150 additions and 9 deletions

View File

@@ -29,6 +29,15 @@
category = list("initial","Tools","Service")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/broom
name="Broom"
id="broom"
build_type = AUTOLATHE | PROTOLATHE
materials = list(/datum/material/iron = 2000)
build_path = /obj/item/twohanded/broom
category = list("initial","Tools","Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/crowbar
name = "Pocket Crowbar"
id = "crowbar"