Merge pull request #9814 from Agameofscones/DNA_sampler_QOL

DNA Sampler Sprite QOL
This commit is contained in:
Mark Mak
2018-10-19 07:44:37 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
name = "DNA Sampler"
desc = "Can be used to take chemical and genetic samples of pretty much anything."
icon = 'icons/obj/hypo.dmi'
item_state = "hypo"
icon_state = "hypo"
item_state = "sampler_hypo"
icon_state = "sampler_hypo"
flags = NOBLUDGEON
var/list/animals = list()
var/list/plants = list()