mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #15510 from FunnyCatEnjoyer/FunnyCat2
Adds the vintage PDA
This commit is contained in:
@@ -147,6 +147,10 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
SPECIES_VR_TESHARI = 'icons/mob/species/teshari/pda_wrist.dmi',
|
||||
)
|
||||
if(7) icon = 'icons/obj/pda_slider.dmi' //VOREStation edit
|
||||
if(8)
|
||||
icon = 'icons/obj/pda_vintage.dmi'
|
||||
desc = "A vintage communication device. This device has been refitted for compatibility with modern messaging systems, ROM cartridges and ID cards. Despite its heavy modifications it does not feature voice communication."
|
||||
|
||||
else
|
||||
icon = 'icons/obj/pda_old.dmi'
|
||||
log_debug("Invalid switch for PDA, defaulting to old PDA icons. [pdachoice] chosen.")
|
||||
|
||||
Reference in New Issue
Block a user