mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 14:46:52 +01:00
Changeling Item Name/Desc Fixy (#6624)
* Changeling Name/Desc Fixy Minor var fixes for the changeling combat boots variation. Apparently name and desc were flipped around, resulting in abnormal name output when removed from a dead Beta Replicant. * Changelog
This commit is contained in:
@@ -134,8 +134,8 @@
|
||||
siemens_coefficient = 0
|
||||
|
||||
/obj/item/clothing/shoes/boots/combat/changeling //Noslips
|
||||
desc = "chitinous boots"
|
||||
name = "Footwear made out of a hard, black chitinous material. The bottoms of these appear to have spikes that can protrude or extract itself into and out \
|
||||
name = "chitinous boots"
|
||||
desc = "Footwear made out of a hard, black chitinous material. The bottoms of these appear to have spikes that can protrude or extract itself into and out \
|
||||
of the floor at will, granting the wearer stability."
|
||||
icon_state = "lingboots"
|
||||
armor = list(melee = 75, bullet = 60, laser = 70,energy = 60, bomb = 60, bio = 0, rad = 0)
|
||||
|
||||
Reference in New Issue
Block a user