removed that one src

This commit is contained in:
FalseIncarnate
2017-03-09 22:54:16 -05:00
parent 3bc2f9e0df
commit b7f8a1fae1
+1 -1
View File
@@ -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!")