Renames Data Crystals (#9633)

This commit is contained in:
Joshie
2020-08-11 11:45:32 +02:00
committed by GitHub
parent 205161cb12
commit 466b2988c0
2 changed files with 47 additions and 6 deletions
@@ -1,7 +1,7 @@
// These are basically USB data sticks and may be used to transfer files between devices
/obj/item/computer_hardware/hard_drive/portable
name = "basic data crystal"
desc = "Small crystal with imprinted photonic circuits that can be used to store data. Its capacity is 16 GQ."
name = "basic data disk"
desc = "Small diskette with imprinted photonic circuits that can be used to store data. Its capacity is 16 GQ."
power_usage = 10
icon_state = "flashdrive_basic"
hardware_size = 1
@@ -9,8 +9,8 @@
origin_tech = list(TECH_DATA = 1)
/obj/item/computer_hardware/hard_drive/portable/advanced
name = "advanced data crystal"
desc = "Small crystal with imprinted high-density photonic circuits that can be used to store data. Its capacity is 64 GQ."
name = "advanced data disk"
desc = "Small diskette with imprinted high-density photonic circuits that can be used to store data. Its capacity is 64 GQ."
power_usage = 20
icon_state = "flashdrive_advanced"
hardware_size = 1
@@ -18,8 +18,8 @@
origin_tech = list(TECH_DATA = 2)
/obj/item/computer_hardware/hard_drive/portable/super
name = "super data crystal"
desc = "Small crystal with imprinted ultra-density photonic circuits that can be used to store data. Its capacity is 256 GQ."
name = "super data disk"
desc = "Small diskette with imprinted ultra-density photonic circuits that can be used to store data. Its capacity is 256 GQ."
power_usage = 40
icon_state = "flashdrive_super"
hardware_size = 1