Adds an metric ton of belt sprites and suit sprites for worn objects. (#52390)

* Plant Belt sprites are fixed, Engy Sprites too

* I did belt sprites until my eyes started hurting
This commit is contained in:
ArcaneMusic
2020-07-25 01:59:31 -04:00
committed by SkyratBot
parent cf47c08045
commit aade6fcdd3
26 changed files with 32 additions and 2 deletions
@@ -328,6 +328,7 @@
desc = "Used to set the destination of properly wrapped packages."
icon = 'icons/obj/device.dmi'
icon_state = "cargotagger"
worn_icon_state = "cargotagger"
var/currTag = 0 //Destinations are stored in code\globalvars\lists\flavor_misc.dm
var/locked_destination = FALSE //if true, users can't open the destination tag window to prevent changing the tagger's current destination
w_class = WEIGHT_CLASS_TINY
@@ -382,6 +383,7 @@
desc = "A scanner that lets you tag wrapped items for sale, splitting the profit between you and cargo. Ctrl-Click to clear the registered account."
icon = 'icons/obj/device.dmi'
icon_state = "salestagger"
worn_icon_state = "salestagger"
inhand_icon_state = "electronic"
lefthand_file = 'icons/mob/inhands/misc/devices_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/devices_righthand.dmi'