Skip to content

Commit

Permalink
Update nabber_organs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Jan 10, 2024
1 parent 53d32d2 commit 9af4e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tff_modular/modules/nabbers/code/nabber_organs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
var/datum/action/toggle_welding/shield
var/active = FALSE

/obj/item/organ/internal/eyes/robotic/nabber/Insert(mob/living/carbon/eye_recipient, special, drop_if_replaced)
/obj/item/organ/internal/eyes/robotic/nabber/Insert(mob/living/carbon/eye_recipient, special, movement_flags)
. = ..()
shield = new(eye_recipient)
shield.button_icon = ORGGAN_ICON_NABBER
Expand Down

0 comments on commit 9af4e72

Please sign in to comment.