Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Dec 15, 2024
1 parent 588ec2d commit e386bbc
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) && (TRAIT_IMMOBILIZED in _status_traits))
if((TRAIT_R_UNIQUETIP in model.model_features) && (is_tipped || (TRAIT_IMMOBILIZED in _status_traits)))

Check failure on line 29 in modular_doppler/big_borg_lmao/code/update_icons.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "is_tipped"

Check failure on line 29 in modular_doppler/big_borg_lmao/code/update_icons.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0404: Unknown identifier "is_tipped"
icon_state = "[model.cyborg_base_icon]-tipped"
if(particles)
dissipate()
Expand Down

0 comments on commit e386bbc

Please sign in to comment.