mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 09:01:40 +00:00
[MIRROR] replaces nukie tablet sprite with PDA [MDB IGNORE] (#18461)
* replaces nukie tablet sprite with PDA (#72285) ## About The Pull Request Replaces the nuclear operative tablet icon with a GAGS PDA one, entirely deleting the modular tablet DMI file as this was the last place it was ever used. Looks like this  tablet for reference  ## Why It's Good For The Game Follow up to https://github.com/tgstation/tgstation/pull/71507 - Removes a DMI file and the need to resprite apps yet another time (down to 3 now) for every NTos program, replacing it with the tablet instead. ## Changelog 🆑 imageadd: Nukie tablets are now using PDA sprites w/ GAGS instead of tablets. /🆑 Co-authored-by: Fikou <23585223+Fikou@ users.noreply.github.com> * replaces nukie tablet sprite with PDA Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Fikou <23585223+Fikou@ users.noreply.github.com>
This commit is contained in:
@@ -255,14 +255,12 @@
|
||||
*/
|
||||
/obj/item/modular_computer/pda/nukeops
|
||||
name = "nuclear pda"
|
||||
icon = 'icons/obj/modular_tablet.dmi'
|
||||
icon_state = "tablet-syndicate"
|
||||
device_theme = "syndicate"
|
||||
comp_light_luminosity = 6.3
|
||||
light_color = COLOR_RED
|
||||
has_pda_programs = FALSE
|
||||
greyscale_config = null
|
||||
greyscale_colors = null
|
||||
comp_light_luminosity = 6.3 //matching a flashlight
|
||||
light_color = COLOR_RED
|
||||
greyscale_config = /datum/greyscale_config/tablet/stripe_thick
|
||||
greyscale_colors = "#a80001#5C070F#000000"
|
||||
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/ntnetdownload/syndicate,
|
||||
|
||||
Reference in New Issue
Block a user