Skip to content

Commit

Permalink
Нерф взаимодействий общих (без поднятых клинков) взаимодействий
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Jan 27, 2025
1 parent dd834bf commit 529108c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
if(!istype(M))
return
var/obj/item/organ/internal/cyberimp/chest/serpentid_blades/blades_implant = M.get_int_organ(/obj/item/organ/internal/cyberimp/chest/serpentid_blades)
if(isserpentid(M))
var/obj/item/organ/internal/kidneys/serpentid/kidneys = user.get_int_organ(/obj/item/organ/internal/kidneys/serpentid)

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

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "user"

Check warning on line 156 in modular_ss220/species/serpentids/code/organs/internal/implants/serpentid_mantis_chest.dm

View workflow job for this annotation

GitHub Actions / Run Linters

proc call requires static type: "get_int_organ"
M.reset_visibility()
kidneys.switch_mode(force_off = TRUE)
if(blades_implant)
if(blades_implant.blades_active)
if((M != H) && M.a_intent != INTENT_HELP && H.check_shields(M, 0, M.name, attack_type = UNARMED_ATTACK))
Expand Down

0 comments on commit 529108c

Please sign in to comment.