Skip to content

Commit

Permalink
Coppy that floppy
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Jul 15, 2024
1 parent 1ac0f38 commit b36333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
data["message_mode"] = message_mode
// make a second one, for in case we go from not seeing them to seeing them
if(data["is_eaves"] || data["is_far"] || data["display_turf"])
var/list/cooldata = data.copy()
var/list/cooldata = data.Copy()
cooldata["is_eaves"] = FALSE
cooldata["is_far"] = FALSE
cooldata["display_turf"] = null
Expand Down

0 comments on commit b36333a

Please sign in to comment.