Merge pull request #868 from Fox-McCloud/carpplush

Carp Plushie Syndies Buff
This commit is contained in:
TheDZD
2015-04-25 15:28:45 -04:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -39,5 +39,5 @@
// Make space carp
var/mob/living/simple_animal/hostile/carp/C = new /mob/living/simple_animal/hostile/carp(get_turf(src))
// Make carp non-hostile to user, yes this means
C.faction |= "\ref[owner]"
C.faction |= list("syndicate", "\ref[owner]")
qdel(src)