Merge pull request #4203 from Verkister/loadandblend

Enables the combo blend mode for most colorable loadout gear.
This commit is contained in:
Anewbe
2017-11-03 15:11:37 -05:00
committed by GitHub
21 changed files with 137 additions and 11 deletions
+1
View File
@@ -80,6 +80,7 @@
var/list/sprite_sheets_obj = list()
var/toolspeed = 1.0 // This is a multipler on how 'fast' a tool works. e.g. setting this to 0.5 will make the tool work twice as fast.
var/addblends // Icon overlay for ADD highlights when applicable.
/obj/item/New()
..()