Shield desc fix

This commit is contained in:
Dave
2019-09-16 12:23:08 -04:00
parent d9807d5848
commit eba05d3e91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1459,7 +1459,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/device_tools/shield
name = "Energy Shield"
desc = "An incredibly useful personal shield projector, capable of reflecting energy projectiles and defending against other attacks."
desc = "A handheld personal shield projector, capable of reflecting energy projectiles but not other attacks."
item = /obj/item/shield/energy
reference = "ESD"
cost = 16
+1 -1
View File
@@ -58,7 +58,7 @@
/obj/item/shield/energy
name = "energy combat shield"
desc = "A shield capable of stopping most melee attacks. Protects user from almost all energy projectiles. It can be retracted, expanded, and stored anywhere."
desc = "A handheld shield projector which reflects energy bolts but will not stop other attacks. It can be retracted, expanded, and stored anywhere."
icon_state = "eshield0" // eshield1 for expanded
force = 3
throwforce = 3