Fixes swarmers speaking common

This commit is contained in:
CitadelStationBot
2017-04-23 13:53:36 -05:00
parent fd976abca6
commit f58335d5d8
6 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -60,6 +60,7 @@
obj_integrity = 1000
max_integrity = 1000
verb_say = "chants"
initial_languages = list(/datum/language/common)
var/obj/machinery/power/emitter/energycannon/magical/our_statue
var/list/mob/living/sleepers = list()
var/never_spoken = TRUE
@@ -68,7 +69,6 @@
/obj/structure/table/abductor/wabbajack/Initialize(mapload)
. = ..()
START_PROCESSING(SSobj, src)
grant_language(/datum/language/common)
/obj/structure/table/abductor/wabbajack/Destroy()
STOP_PROCESSING(SSobj, src)