maps, filenames, and DME

This commit is contained in:
deathride58
2022-07-20 17:19:27 -04:00
parent 578eb440c1
commit fc74dd8a69
12 changed files with 11 additions and 11 deletions
@@ -0,0 +1,11 @@
/**
* Persists polly messages across rounds
*/
/datum/controller/subsystem/persistence/LoadGamePersistence()
. = ..()
LoadPolly()
/datum/controller/subsystem/persistence/proc/LoadPolly()
for(var/mob/living/simple_animal/parrot/Polly/P in GLOB.alive_mob_list)
twitterize(P.speech_buffer, "polytalk")
break //Who's been duping the bird?!