Skip to content

Commit

Permalink
minor mistake (dead)
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Dec 18, 2023
1 parent 467e1c3 commit 7a043df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"Doctor" = 5,
"Scientist" = 5,
"Cargo" = 5,
"Security" = 5,
"Security" = 5
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@
gloves = pickweight(list(
/obj/item/clothing/gloves/color/black = 9,
/obj/item/clothing/gloves/explorer/old = 1
)
)
if(prob(75))
shoes = /obj/item/clothing/shoes/workboots/mining
if(prob(75))
Expand Down

0 comments on commit 7a043df

Please sign in to comment.