Skip to content

Commit

Permalink
Wrong type fix (#574)
Browse files Browse the repository at this point in the history
## About The Pull Request
Оказывается, это не только синга
  • Loading branch information
larentoun authored Oct 14, 2024
1 parent 2418a88 commit ca4b20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
underwear = "Nude"
update_body(is_creating = TRUE)

/mob/living/carbon/human/singularity_pull(obj/singularity/S, current_size)
/mob/living/carbon/human/singularity_pull(atom/S, current_size)
..()
if(current_size >= STAGE_THREE)
for(var/obj/item/hand in held_items)
Expand Down

0 comments on commit ca4b20d

Please sign in to comment.