Merge pull request #8574 from Citadel-Station-13/durasteel_toolboxes

Adds 2 TC durasteel toolboxes {5 stamcost, 18 mob damage, 18+22+10 structural damage, does not fit in any kind of backpack}
This commit is contained in:
deathride58
2019-06-16 22:52:47 -04:00
committed by GitHub
2 changed files with 22 additions and 0 deletions

View File

@@ -1612,6 +1612,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)