Skip to content

Commit

Permalink
slight walking back
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Jun 5, 2024
1 parent fbc330c commit b5ab01e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/pamphlets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@
to_chat(user, SPAN_WARNING("You know this already!"))
return FALSE

if(!(user.job in JOB_SQUAD_ROLES_LIST))
to_chat(user, SPAN_WARNING("Only squad riflemen can use this."))
return FALSE

if(user.has_used_pamphlet && !bypass_pamphlet_limit)
to_chat(user, SPAN_WARNING("You've already used a pamphlet!"))
return FALSE
Expand Down

0 comments on commit b5ab01e

Please sign in to comment.