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:
Christasmurf
2024-03-29 15:19:36 +00:00
committed by GitHub
co-authored by CRUNCH Henri215
parent ff6af9bcb0
commit c87c5e4e16
5 changed files with 70 additions and 10 deletions
+3 -2
View File
@@ -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)