mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Shield desc fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user