From b7f8a1fae1f9e13cc545d895f2ee13e6f551b777 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Thu, 9 Mar 2017 22:54:16 -0500 Subject: [PATCH] removed that one src --- code/modules/fish/fishtank.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/fish/fishtank.dm b/code/modules/fish/fishtank.dm index 2bd90741b1c..c1b8caa016b 100644 --- a/code/modules/fish/fishtank.dm +++ b/code/modules/fish/fishtank.dm @@ -293,7 +293,7 @@ fish_list.Add(fish_type) //Add a fish of the specified type fish_count++ //Increase fish_count to reflect the introduction of a fish, so the everything else works fine //Announce the new fish - src.visible_message("A new [fish_type.fish_name] has hatched in \the [src]!") + visible_message("A new [fish_type.fish_name] has hatched in \the [src]!") //Null type fish are dud eggs, give a message to inform the player else to_chat(usr, "The eggs disolve in the water. They were duds!")