mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Changes the description of the Value Pak PDA cart to not lie to the player and gives CC the better value pak and explosion immunity (#30481)
* wao * Update cart.dm --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
|
||||
/obj/item/cartridge/captain
|
||||
name = "Value-PAK Cartridge"
|
||||
desc = "A data cartridge for portable microcomputers. Has everything except a signaler system."
|
||||
desc = "A data cartridge for portable microcomputers. Has every single app included, now that's real value!"
|
||||
icon_state = "cart-c"
|
||||
programs = list(
|
||||
new /datum/data/pda/app/power,
|
||||
@@ -265,24 +265,6 @@
|
||||
new /datum/data/pda/app/status_display
|
||||
)
|
||||
|
||||
/obj/item/cartridge/centcom
|
||||
name = "Value-PAK Cartridge"
|
||||
desc = "Now with 200% more value!"
|
||||
icon_state = "cart-c"
|
||||
programs = list(
|
||||
new /datum/data/pda/app/power,
|
||||
new /datum/data/pda/utility/scanmode/halogen,
|
||||
new /datum/data/pda/utility/scanmode/gas,
|
||||
new /datum/data/pda/app/crew_records/medical,
|
||||
new /datum/data/pda/utility/scanmode/medical,
|
||||
new /datum/data/pda/utility/scanmode/reagent,
|
||||
new /datum/data/pda/app/crew_records/security,
|
||||
new /datum/data/pda/app/secbot_control,
|
||||
new /datum/data/pda/app/janitor,
|
||||
new /datum/data/pda/app/supply,
|
||||
new /datum/data/pda/app/status_display
|
||||
)
|
||||
|
||||
/obj/item/cartridge/ai
|
||||
name = "All-Seeing Cartridge"
|
||||
desc = "A data cartridge made for the internal PDA of an AI."
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
default_pen = /obj/item/pen/fancy
|
||||
|
||||
/obj/item/pda/heads/ert
|
||||
default_cartridge = /obj/item/cartridge/centcom
|
||||
default_cartridge = /obj/item/cartridge/captain
|
||||
detonate = FALSE
|
||||
default_pen = /obj/item/pen/multi/fountain
|
||||
|
||||
@@ -202,7 +202,8 @@
|
||||
icon_state = "pda-genetics"
|
||||
|
||||
/obj/item/pda/centcom
|
||||
default_cartridge = /obj/item/cartridge/centcom
|
||||
default_cartridge = /obj/item/cartridge/captain
|
||||
detonate = FALSE
|
||||
icon_state = "pda-h"
|
||||
default_pen = /obj/item/pen/multi/gold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user