Merge pull request #12087 from KasparoVy/skrekked_myself_up

Fixes Bug with Species-fitted Inhand Icons
This commit is contained in:
variableundefined
2019-08-26 06:40:35 -04:00
committed by GitHub
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -87,6 +87,7 @@ var/global/image/fire_overlay = image("icon" = 'icons/goonstation/effects/fire.d
If index term exists and icon_override is not set, this sprite sheet will be used.
*/
var/list/sprite_sheets = null
var/list/sprite_sheets_inhand = null //Used to override inhand items. Use a single .dmi and suffix the icon states inside with _l and _r for each hand.
var/icon_override = null //Used to override hardcoded clothing dmis in human clothing proc.
var/sprite_sheets_obj = null //Used to override hardcoded clothing inventory object dmis in human clothing proc.