Skip to content

Commit

Permalink
fake
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Dec 15, 2024
1 parent e386bbc commit 0072653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_doppler/big_borg_lmao/code/update_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
add_overlay(head_overlay)
else
icon_state = "[model.cyborg_base_icon]"
if((TRAIT_R_UNIQUETIP in model.model_features) && (is_tipped || (TRAIT_IMMOBILIZED in _status_traits)))
if((TRAIT_R_UNIQUETIP in model.model_features) && (TRAIT_IMMOBILIZED in _status_traits))
icon_state = "[model.cyborg_base_icon]-tipped"
if(particles)
dissipate()
Expand Down

0 comments on commit 0072653

Please sign in to comment.