Skip to content

Commit

Permalink
buff powerloader cert apperance rate so it needs 66 players instead o…
Browse files Browse the repository at this point in the history
…f 120
  • Loading branch information
fira committed Nov 24, 2023
1 parent 5fedd54 commit 9226294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vendor_types/requisitions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
list("Sentry Gun Network Laptop", 4, /obj/item/device/sentry_computer, VENDOR_ITEM_REGULAR),
list("JTAC Pamphlet", round(scale * 1), /obj/item/pamphlet/skill/jtac, VENDOR_ITEM_REGULAR),
list("Engineering Pamphlet", round(scale * 1), /obj/item/pamphlet/skill/engineer, VENDOR_ITEM_REGULAR),
list("Powerloader Certification", 0.25, /obj/item/pamphlet/skill/powerloader, VENDOR_ITEM_REGULAR),
list("Powerloader Certification", 0.6, /obj/item/pamphlet/skill/powerloader, VENDOR_ITEM_REGULAR),
list("Spare PDT/L Battle Buddy Kit", round(scale * 4), /obj/item/storage/box/pdt_kit, VENDOR_ITEM_REGULAR),
list("W-Y brand rechargeable mini-battery", round(scale * 3), /obj/item/cell/crap, VENDOR_ITEM_REGULAR)
)
Expand Down

0 comments on commit 9226294

Please sign in to comment.