From 02fb87e23bd7b7a2cd05ab1c29c0bc1631ebda81 Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:12:54 +0000 Subject: [PATCH] PDA vendor now sells regular PDAs (#80836) ## About The Pull Request I don't know when this happened or why but this makes the PTech vending machine sell regular PDAs now instead of Command ones. ## Why It's Good For The Game PDA replacement should not be giving you all of Command's tablet apps. ## Changelog :cl: fix: The HoP's cartridge vending machine now sells regular PDAs instead of base command ones. /:cl: --- code/modules/vending/cartridge.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vending/cartridge.dm b/code/modules/vending/cartridge.dm index dabf334c1f9..7c4a2c9578d 100644 --- a/code/modules/vending/cartridge.dm +++ b/code/modules/vending/cartridge.dm @@ -13,7 +13,7 @@ /obj/item/computer_disk/ordnance = 10, /obj/item/computer_disk/quartermaster = 10, /obj/item/computer_disk/command/captain = 3, - /obj/item/modular_computer/pda/heads = 10, + /obj/item/modular_computer/pda = 10, ) refill_canister = /obj/item/vending_refill/cart default_price = PAYCHECK_COMMAND