Files
Paradise/code/modules/clothing/suits
Tigercat2000 801cbe7f8d Alternate Appearance system (from tgstation/-tg-station#16586)
This adds an "alternate appearance system" using image overrides and a new
handler system.

Usage:
 - Create a new `image()` casted as `var/image`
 - Set image.override = 1
 - Call mob.add_alt_appearance("appearance_ID", image, listOfMobsToDisplayTo).
 - To remove an image, you use mob.remove_alt_appearance("appearance_ID")

Comes with one usage, cardborg costumes. They will now disguise you as a
standard borg to any silicon mobs and yourself.
As this is a per-client system, that means that only silicon mobs and you will
see yourself as a standard borg. All other mobs will see you as a silly
human in a cardborg costume.
2016-04-06 13:58:03 -07:00
..
2015-12-24 00:40:20 -05:00
2016-03-27 21:24:00 -07:00
2016-03-27 21:24:00 -07:00
2016-03-02 03:08:05 -05:00
2015-12-24 00:40:20 -05:00
2016-01-28 18:57:00 -05:00