mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[MIRROR] Fixes adamantine armour (#4318)
* Adamantine armor sets flags_inv correctly (#42564) * Fixes adamantine armour
This commit is contained in:
committed by
monster860
parent
865cfe73e1
commit
dde7ce2d97
@@ -131,7 +131,7 @@ Slimecrossing Armor
|
||||
desc = "A full suit of adamantine plate armor. Impressively resistant to damage, but weighs about as much as you do."
|
||||
icon_state = "adamsuit"
|
||||
item_state = "adamsuit"
|
||||
flags_inv = list()
|
||||
flags_inv = NONE
|
||||
obj_flags = IMMUTABLE_SLOW
|
||||
slowdown = 4
|
||||
var/hit_reflect_chance = 40
|
||||
|
||||
Reference in New Issue
Block a user