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:
TheFurryFeline
2020-01-15 23:55:23 -08:00
committed by Mechoid
parent 929ba9c96b
commit fb6394b89d
2 changed files with 38 additions and 2 deletions
@@ -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)