mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
* Added single (one for each hand) and multi-color gloves to the loadout.   
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
/obj/item/clothing/gloves/update_icon()
|
|
..()
|
|
if(wired)
|
|
AddOverlays("gloves_wire")
|
|
else
|
|
CutOverlays("gloves_wire")
|
|
if(cell)
|
|
AddOverlays("gloves_cell")
|
|
else
|
|
CutOverlays("gloves_cell")
|