Removes the multitool option from the augment combitool (#8811)

This commit is contained in:
Alberyk
2020-05-08 11:32:18 -03:00
committed by GitHub
parent 2a674c7732
commit 9be56042e3
2 changed files with 12 additions and 0 deletions

View File

@@ -335,6 +335,12 @@
icon_state = "digitool"
item_state = "digitool"
w_class = ITEMSIZE_LARGE
tools = list(
"crowbar",
"screwdriver",
"wrench",
"wirecutters"
)
/obj/item/combitool/robotic/throw_at()
usr.drop_from_inventory(src)