Files
Paradise/code/modules
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
..
2016-04-05 16:26:11 -07:00
2016-03-13 15:06:24 -07:00
2016-02-11 11:24:30 -08:00
2016-03-19 14:45:45 -07:00
2015-12-23 16:34:34 -05:00
2016-04-05 16:26:11 -07:00
2016-01-25 22:37:22 -05:00