Skip to content

Commit

Permalink
Leaves weapons enforcement to HRP
Browse files Browse the repository at this point in the history
  • Loading branch information
Katskan committed Nov 21, 2023
1 parent 4e4febc commit 474cbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
if(iscolonysynthetic(new_human) && !isworkingjoe(new_human))
new_human.set_skills(/datum/skills/colonial_synthetic)

new_human.allow_gun_usage = FALSE
new_human.allow_gun_usage = TRUE

//*****************************************************************************************************/

Expand Down

0 comments on commit 474cbc9

Please sign in to comment.