Destination tagger icon update

This commit is contained in:
ZomgPonies
2013-10-29 01:28:52 -04:00
parent 7b3f4dad39
commit 402bbec556
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
/obj/item/device/destTagger
name = "destination tagger"
desc = "Used to set the destination of properly wrapped packages."
icon_state = "forensic0-old"
icon_state = "dest_tagger"
var/currTag = 0
//The whole system for the sorttype var is determined based on the order of this list,
//disposals must always be 1, since anything that's untagged will automatically go to disposals, or sorttype = 1 --Superxpdude