mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
chefs
This commit is contained in:
@@ -20,10 +20,16 @@
|
||||
/obj/item/modular_computer/handheld/preset/civilian
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/civilian/bartender
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/bartender
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/civilian/bartender/Initialize()
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/civilian/chef
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/chef
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/civilian/librarian/Initialize()
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
/obj/item/modular_computer/handheld/pda/civilian
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/bartender
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/bartender
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/bartender/Initialize()
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/chef
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/chef
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/librarian
|
||||
icon_add = "libb"
|
||||
|
||||
|
||||
@@ -115,10 +115,16 @@
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/civilian
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/civilian/bartender
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/bartender
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/civilian/bartender/Initialize()
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/civilian/chef
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian/chef
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/civilian/librarian/Initialize()
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
Reference in New Issue
Block a user