Skip to content

Commit

Permalink
two hands
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Feb 15, 2025
1 parent 0eedff8 commit 6040e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/obj/nuclearreactor/turbine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,11 @@ ABSTRACT_TYPE(/obj/item/turbine_component)
desc = "a replacement blade for the reactor's turbine"
icon = 'icons/obj/large/64x32.dmi'
icon_state = "turbine"
two_handed = TRUE

/obj/item/turbine_component/stator
name = "turbine stator"
desc = "a replacement stator the reactor's turbine"
icon = 'icons/obj/items/device.dmi'
icon_state = "stator"
two_handed = TRUE

0 comments on commit 6040e16

Please sign in to comment.