Carp Plushie Syndies Buff

This commit is contained in:
Fox-McCloud
2015-04-24 01:40:24 -04:00
parent 22b07a5820
commit 7a2854ba98
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)