Skip to content

Commit

Permalink
thanks :)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Jul 29, 2024
1 parent e6c1e9c commit 6bf5800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
charge_icon = "+taser"
black_market_value = 20
actions_types = list(/datum/action/item_action/taser/change_mode)
flags_gun_features = GUN_CANT_EXECUTE
flags_gun_features = GUN_UNUSUAL_DESIGN|GUN_CAN_POINTBLANK|GUN_CANT_EXECUTE
/// Determines if the taser will hit any target, or if it checks for wanted status. Default is wanted only.
var/mode = TASER_MODE_P
var/skilllock = SKILL_POLICE_SKILLED
Expand Down

0 comments on commit 6bf5800

Please sign in to comment.