mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes fried items losing inhands (#38048)
This commit is contained in:
committed by
vuonojenmustaturska
parent
1cb962cb98
commit
729ad5578f
@@ -190,7 +190,10 @@
|
||||
name = fried.name //We'll determine the other stuff when it's actually removed
|
||||
icon = fried.icon
|
||||
overlays = fried.copy_overlays()
|
||||
lefthand_file = fried.lefthand_file
|
||||
righthand_file = fried.righthand_file
|
||||
icon_state = fried.icon_state
|
||||
item_state = fried.item_state
|
||||
desc = fried.desc
|
||||
w_class = fried.w_class
|
||||
slowdown = fried.slowdown
|
||||
|
||||
Reference in New Issue
Block a user