Merge pull request #8208 from Trilbyspaceclone/patch-93

Local cat forgets to add the same word twice braking a quirk - The fixing
This commit is contained in:
kevinz000
2019-04-06 19:13:06 -07:00
committed by GitHub
+1 -2
View File
@@ -166,7 +166,6 @@
/datum/quirk/trandening/on_spawn()
var/mob/living/carbon/human/H = quirk_holder
var/obj/item/autosurgeon/gloweyes = new(get_turf(H))
H.put_in_hands(gloweyes)
var/obj/item/autosurgeon/gloweyes/gloweyes = new(get_turf(H))
H.equip_to_slot(gloweyes, SLOT_IN_BACKPACK)
H.regenerate_icons()