mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Pen resprite (#24756)
* pens * fountainpen description * syndipen in uplink * Apply suggestions from code review Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * remove spaghetti --------- Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
CRUNCH
Henri215
parent
ff6af9bcb0
commit
c87c5e4e16
@@ -76,7 +76,8 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
// The slot where you can store a pen
|
||||
var/obj/item/held_pen
|
||||
var/retro_mode = 0
|
||||
|
||||
/// What pen is loaded in the PDA
|
||||
var/obj/item/pen/default_pen = /obj/item/pen
|
||||
|
||||
/*
|
||||
* The Actual PDA
|
||||
@@ -90,7 +91,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
if(default_cartridge)
|
||||
cartridge = new default_cartridge(src)
|
||||
cartridge.update_programs(src)
|
||||
add_pen(new /obj/item/pen(src))
|
||||
add_pen(new default_pen(src))
|
||||
start_program(find_program(/datum/data/pda/app/main_menu))
|
||||
silent = initial(silent)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user