Skip to content

Commit

Permalink
Линтер?
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Oct 24, 2024
1 parent 96295fa commit 9c64540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/mob/living/carbon/human/proc/update_blades_overlays()
var/obj/item/organ/internal/cyberimp/chest/serpentid_blades/target_implant = get_int_organ(/obj/item/organ/internal/cyberimp/chest/serpentid_blades)
if(target_implant)
target_implant.update_overlays()
target_implant.update_icon(UPDATE_OVERLAYS)()

Check failure on line 57 in modular_ss220/species/serpentids/code/organs/internal/implants/serpentid_mantis_chest.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '(', expected one of: operator, field access, ';'

/mob/living/carbon/human/update_body(rebuild_base = FALSE)
. = .. ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/mob/living/carbon/human/proc/update_blades__arms_overlays()
var/obj/item/organ/internal/cyberimp/chest/serpentid_blades_arms/target_implant = get_int_organ(/obj/item/organ/internal/cyberimp/chest/serpentid_blades_arms)
if(target_implant)
target_implant.update_overlays()
target_implant.update_icon(UPDATE_OVERLAYS)()

Check failure on line 47 in modular_ss220/species/serpentids/code/organs/internal/implants/unused/serpentid_mantis_implant.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '(', expected one of: operator, field access, ';'

/mob/living/carbon/human/update_body(rebuild_base = FALSE)
. = .. ()
Expand Down

0 comments on commit 9c64540

Please sign in to comment.