mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 00:51:55 +00:00
* [MDB IGNORE] Clothing var cleanup * modular changes except sec helmet * SR maps * Fixed sec helmet since it was custom toggling anyway, lots of misnamed icon states Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
5 lines
346 B
Plaintext
5 lines
346 B
Plaintext
#comment This repaths the riothelmet and justice helmet to toggleable subtypes. see (https://github.com/tgstation/tgstation/pull/70773)
|
|
|
|
/obj/item/clothing/head/helmet/riot : /obj/item/clothing/head/helmet/toggleable/riot{@OLD}
|
|
/obj/item/clothing/head/helmet/justice/@SUBTYPES : /obj/item/clothing/head/helmet/toggleable/justice/@SUBTYPES {@OLD}
|