Skip to content

Commit

Permalink
this is actually succeeding, feedback properly
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPoot committed Jul 27, 2024
1 parent e4a59e1 commit 83f0ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1348,10 +1348,10 @@
return FALSE
if(NAMEOF(src, resize))
update_size(var_value)
return FALSE
return TRUE
if(NAMEOF(src, size_multiplier))
update_size(var_value)
return FALSE
return TRUE
. = ..()
switch(var_name)
if(NAMEOF(src, eye_blind))
Expand Down

0 comments on commit 83f0ff7

Please sign in to comment.