Skip to content

Commit

Permalink
me when I don't check all of the ported code
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed Jun 4, 2024
1 parent ed896c0 commit 379add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ GLOBAL_VAR_INIT(ssd_indicator_overlay, mutable_appearance('icons/mob/ssd_indicat
var/ssd_indicator = FALSE
var/lastclienttime = 0

/mob/living/proc/set_ssd_indicator(var/state)
/mob/living/proc/set_ssd_indicator(state)
if(state == ssd_indicator)
return
ssd_indicator = state
Expand Down

0 comments on commit 379add2

Please sign in to comment.