Merge pull request #12958 from TheToaster98/NettieFluff

Adds Nettie's fluff Tablet
This commit is contained in:
Casey
2022-05-12 15:42:13 -04:00
committed by GitHub
2 changed files with 26 additions and 2 deletions
@@ -198,6 +198,12 @@
ckeywhitelist = list("bobofboblandia")
character_name = list("Charles Gettler")
/datum/gear/fluff/nettie_tablet
path = /obj/item/modular_computer/tablet/preset/custom_loadout/nettie
display_name = "Remodeled Tablet"
ckeywhitelist = list("bricker98")
character_name = list("Nettie Stough")
/datum/gear/fluff/xin_sovietuniform
path = /obj/item/clothing/under/soviet
display_name = "Xin's Soviet Uniform"
@@ -1380,4 +1386,4 @@
path = /obj/item/device/modkit_conversion/crusader_luck
display_name = "Lucky's amour"
ckeywhitelist = list ("thedavestdave")
character_name = list("Lucky")
character_name = list("Lucky")
@@ -1495,4 +1495,22 @@
desc = "A well-worn slime custom-made yellow plushie, extensively hugged and loved. It reeks of lemon."
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "lemonplush"
attack_verb = list("blorbled", "slimed", "absorbed", "glomped")
attack_verb = list("blorbled", "slimed", "absorbed", "glomped")
//Bricker98:Nettie Stough
/obj/item/modular_computer/tablet/preset/custom_loadout/nettie
name = "Remodeled Tablet"
desc = "A tablet computer, looks quite high-tech and has some emblems on the back."
icon = 'icons/obj/modular_tablet.dmi'
icon_state = "elite"
icon_state_unpowered = "elite"
/obj/item/modular_computer/tablet/preset/custom_loadout/nettie/install_default_hardware()
..()
processor_unit = new/obj/item/weapon/computer_hardware/processor_unit/small(src)
tesla_link = new/obj/item/weapon/computer_hardware/tesla_link(src)
hard_drive = new/obj/item/weapon/computer_hardware/hard_drive/(src)
network_card = new/obj/item/weapon/computer_hardware/network_card/advanced(src)
nano_printer = new/obj/item/weapon/computer_hardware/nano_printer(src)
battery_module = new/obj/item/weapon/computer_hardware/battery_module(src)
battery_module.charge_to_full()