Skip to content

Commit

Permalink
no more random gear presets having Private paygrade (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Mar 12, 2024
1 parent 104a1b4 commit 1c939c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/cards_ids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
/// actual job
var/rank = null
/// Marine's paygrade
var/paygrade = "ME1"
var/paygrade = "C"
/// For medics and engineers to 'claim' a locker
var/claimedgear = 1

Expand Down

0 comments on commit 1c939c8

Please sign in to comment.