Skip to content

Commit

Permalink
Update code/game/gamemodes/colonialmarines/whiskey_outpost.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 4, 2023
1 parent 645ac28 commit cb46aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/colonialmarines/whiskey_outpost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
OT = "sup" //no breaking anything.

else if (OT == "sup")
randpick = rand(0,84)
randpick = rand(0,90)
switch(randpick)
if(0 to 3)//Marine Gear 3% Chance.
crate = new /obj/structure/closet/crate/secure/gear(T)
Expand Down

0 comments on commit cb46aa1

Please sign in to comment.