mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 15:36:47 +01:00
Removes the multitool option from the augment combitool (#8811)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscdel: "Removed the multitool option from the augment combitool."
|
||||
Reference in New Issue
Block a user