From 601c80999e5f9912ec547aed54feb5ba1b6321d8 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 14 Feb 2019 20:53:21 -0500 Subject: [PATCH] Update negative.dm --- code/datums/traits/negative.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 407a24a8c6..a669bf13e6 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -38,9 +38,9 @@ var/obj/item/heirloom_type switch(quirk_holder.mind.assigned_role) if("Clown") - heirloom_type = /obj/item/paint/anycolor, /obj/item/bikehorn/golden + heirloom_type = /obj/item/paint/anycolor if("Mime") - heirloom_type = /obj/item/toy/dummy, /obj/item/paint/anycolor + heirloom_type = /obj/item/paint/anycolor if("Cook") heirloom_type = /obj/item/kitchen/knife/scimitar if("Medical Doctor")