Merge pull request #12247 from Fox-McCloud/I-detect-the-detecting-corgi-detective

Detect the Detecting Corgi Detective
This commit is contained in:
variableundefined
2019-09-09 17:10:19 -04:00
committed by GitHub
+2 -2
View File
@@ -243,8 +243,8 @@
/obj/item/fluff/dogwhistle/proc/summon_sax(mob/user)
var/mob/living/simple_animal/pet/dog/corgi/C = new /mob/living/simple_animal/pet/dog/corgi(get_turf(user))
C.name = "Detective Sax"
C.real_name = "Detective Sax"
C.name = "Sax"
C.real_name = "Sax"
var/obj/item/clothing/head/det_hat/D = new
D.flags |= NODROP
C.place_on_head(D)