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
+6
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)
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- rscdel: "Removed the multitool option from the augment combitool."