Skip to content

Commit

Permalink
OOPS
Browse files Browse the repository at this point in the history
OOPSIES
  • Loading branch information
Sun-Soaked committed Nov 6, 2023
1 parent ad4e468 commit 8919ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/storage/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
/datum/component/storage/proc/show_to_ghost(datum/source, mob/dead/observer/M)
SIGNAL_HANDLER

return user_show_tou_mob(M, TRUE, TRUE)
return user_show_to_mob(M, TRUE, TRUE)

/datum/component/storage/proc/signal_show_attempt(datum/source, mob/showto, force = FALSE)
SIGNAL_HANDLER
Expand Down

0 comments on commit 8919ec9

Please sign in to comment.