Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3b3ad5e

Browse files
committed
Update fish.dm
1 parent ecbf6d3 commit 3b3ad5e

File tree

1 file changed

+1
-0
lines changed
  • yogstation/code/game/objects/items/fishing

1 file changed

+1
-0
lines changed

yogstation/code/game/objects/items/fishing/fish.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
M.visible_message("[M] shows off [src]. It's [length] inch[length > 1 ? "es" : ""] long and weighs [weight] ounce[weight > 1 ? "s" : ""]!", \
4949
span_notice("You show off [src]. It's [length] inch[length > 1 ? "es" : ""] long and weighs [weight] ounce[weight > 1 ? "s" : ""]!"))
5050
RegisterSignal(M,COMSIG_ATOM_DIR_CHANGE, PROC_REF(stop_overlay),TRUE)
51+
RegisterSignal(src, COMSIG_PREQDELETED, PROC_REF(stop_overlay))
5152

5253
/obj/item/reagent_containers/food/snacks/fish/proc/stop_overlay()
5354
if(showoffer && showoff_overlay)

0 commit comments

Comments
 (0)