Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Feb 10, 2024
1 parent e6e2761 commit 8c1df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
BULLET_TRAIT_ENTRY_ID("iff", /datum/element/bullet_trait_iff) //it has no PVE IFF mechanics because its innacurate as hell and is used for suppression and not as assault weapon.
))

/datum/action/item_action/toggle_iff_pkp/toggle_lethal_mode/New(Target, obj/item/holder)
/datum/action/item_action/toggle_iff_pkp/New(Target, obj/item/holder)
. = ..()
name = "Toggle IFF"
action_icon_state = "iff_toggle_on"
Expand Down

0 comments on commit 8c1df27

Please sign in to comment.