durasteel toolboxes

This commit is contained in:
kevinz000
2019-06-08 03:50:22 -07:00
parent 50cee124c5
commit 2cda2380f6
2 changed files with 22 additions and 0 deletions
+6
View File
@@ -1595,6 +1595,12 @@ datum/uplink_item/stealthy_tools/taeclowndo_shoes
cost = 20
cant_discount = TRUE
/datum/uplink_item/badass/durasteel_toolbox
name = "Durasteel Toolbox"
desc = "A very high impact toolbox. Excels at destroying stationary structures."
item = /obj/item/storage/toolbox/durasteel
cost = 2 //18 damage on mobs, 50 on objects, 4.5 stam/hit
/datum/uplink_item/badass/costumes
surplus = 0
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)