Skip to content

Commit

Permalink
living too dangerously apparently
Browse files Browse the repository at this point in the history
haha oops
  • Loading branch information
Sun-Soaked committed Nov 13, 2023
1 parent 7347b41 commit 11b6def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/elements/world_icon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
source.icon_state = source.icon_state
return

INVOKE_ASYNC(src, PROC_REF(check_inventory_state, source))
INVOKE_ASYNC(src, PROC_REF(check_inventory_state), source)

/datum/element/world_icon/proc/default_world_icon_state(obj/item/source)
SIGNAL_HANDLER
Expand All @@ -106,7 +106,7 @@
source.icon_state = source.icon_state
return

INVOKE_ASYNC(src, PROC_REF(check_world_icon_state, source))
INVOKE_ASYNC(src, PROC_REF(check_world_icon_state), source)

/datum/element/world_icon/proc/check_inventory_state(obj/item/source)
SIGNAL_HANDLER
Expand Down

0 comments on commit 11b6def

Please sign in to comment.