mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
Removes Clown and Mime PDA presets (#13384)
* Removes Clown and Mime PDA presets. * Removes Clown and Mime PDAs from Merchant / Random loot.
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
)
|
||||
|
||||
possible_trading_items = list(
|
||||
/obj/item/modular_computer/handheld/pda/civilian/clown = TRADER_THIS_TYPE,
|
||||
/obj/item/stamp/clown = TRADER_THIS_TYPE,
|
||||
/obj/item/bananapeel = TRADER_THIS_TYPE,
|
||||
/obj/item/reagent_containers/food/snacks/pie = TRADER_THIS_TYPE,
|
||||
|
||||
@@ -125,7 +125,6 @@
|
||||
if(95)
|
||||
new /obj/item/clothing/under/mime(src)
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
new /obj/item/modular_computer/handheld/pda/civilian/mime(src)
|
||||
new /obj/item/clothing/gloves/white(src)
|
||||
new /obj/item/clothing/mask/gas/mime(src)
|
||||
new /obj/item/clothing/head/beret/red(src)
|
||||
|
||||
@@ -44,18 +44,6 @@
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/clown
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/clown
|
||||
icon_add = "clown"
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/clown/Initialize()
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/crayon
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/mime
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/mime
|
||||
icon_add = "mime"
|
||||
|
||||
// Engineering
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/engineering
|
||||
|
||||
@@ -457,18 +457,6 @@
|
||||
)
|
||||
return _prg_list
|
||||
|
||||
/datum/modular_computer_app_presets/civilian/clown
|
||||
name = "clown"
|
||||
display_name = "Clown"
|
||||
description = "Contains programs for HONK!!!"
|
||||
available = TRUE
|
||||
|
||||
/datum/modular_computer_app_presets/civilian/mime
|
||||
name = "mime"
|
||||
display_name = "Mime"
|
||||
description = "Contains programs for janitorial service."
|
||||
available = TRUE
|
||||
|
||||
/datum/modular_computer_app_presets/supply
|
||||
name = "supply"
|
||||
display_name = "Supply"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Removes the Clown and Mime PDA presets from the PDA preset types list."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user