mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
fixes runtime when building stack recipes (#29392)
This commit is contained in:
@@ -132,7 +132,9 @@
|
||||
|
||||
if(isitem(result))
|
||||
if(isstack(result) && istype(result, user.get_inactive_hand()))
|
||||
result.merge(user.get_inactive_hand())
|
||||
// Make sure the result hasn't already gotten sucked into another stack while initializing
|
||||
if(!QDELETED(result))
|
||||
result.merge(user.get_inactive_hand())
|
||||
user.put_in_hands(result)
|
||||
|
||||
// BubbleWrap - so newly formed boxes are empty
|
||||
|
||||
Reference in New Issue
Block a user