mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
fixes boxcutter n a couple other inhads (#70425)
fix: Boxcutters now have inhands again.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
desc = "A tool for cutting boxes, or throats."
|
||||
icon = 'icons/obj/boxcutter.dmi'
|
||||
icon_state = "boxcutter"
|
||||
inhand_icon_state = "boxcutter"
|
||||
base_icon_state = "boxcutter"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/boxcutter_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/boxcutter_righthand.dmi'
|
||||
|
||||
@@ -458,7 +458,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
|
||||
name = "white cane"
|
||||
desc = "A cane traditionally used by the blind to help them see. Folds down to be easier to transport."
|
||||
icon_state = "cane_white"
|
||||
inhand_icon_state = null
|
||||
inhand_icon_state = "cane_white"
|
||||
lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi'
|
||||
force = 1
|
||||
|
||||
Reference in New Issue
Block a user