mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fixes lighting overlays from an item sometimes showing up on inventory slots / backpack slots instead of from the mob holding them. (#70250)
Fixes lighting overlays sometimes showing in inventory slots / backpack slots instead of the mob holding them
This commit is contained in:
@@ -448,7 +448,7 @@
|
||||
if(current_holder)
|
||||
remove_dynamic_lumi()
|
||||
overlay_lighting_flags &= ~LIGHTING_ON
|
||||
if(current_holder)
|
||||
if(current_holder && current_holder != parent && current_holder != parent_attached_to)
|
||||
UnregisterSignal(current_holder, COMSIG_MOVABLE_MOVED)
|
||||
clean_old_turfs()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user