Skip to content

Commit

Permalink
upp spec skill no longer required to fire upp machinegun (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel authored Nov 28, 2023
1 parent 6ea8a1f commit 34518e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/projectiles/guns/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@
if(!skillcheck(user, SKILL_FIREARMS, SKILL_FIREARMS_TRAINED))
to_chat(user, SPAN_WARNING("You don't seem to know how to use [src]..."))
return 0
if(!skillcheck(user, SKILL_SPEC_WEAPONS, SKILL_SPEC_ALL) && user.skills.get_skill_level(SKILL_SPEC_WEAPONS) != SKILL_SPEC_UPP)
to_chat(user, SPAN_WARNING("You don't seem to know how to use [src]..."))
return 0


/obj/effect/syringe_gun_dummy
name = ""
Expand Down

0 comments on commit 34518e7

Please sign in to comment.