mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Refactors Parrots into Basic Mobs (ft. Ben10Omintrix/Kobsamobsa) (#79762)
This commit is contained in:
@@ -59,8 +59,9 @@ SUBSYSTEM_DEF(persistence)
|
||||
|
||||
///Loads up Poly's speech buffer.
|
||||
/datum/controller/subsystem/persistence/proc/load_poly()
|
||||
for(var/mob/living/simple_animal/parrot/poly/P in GLOB.alive_mob_list)
|
||||
twitterize(P.speech_buffer, "polytalk")
|
||||
for(var/mob/living/basic/parrot/poly/bird in GLOB.alive_mob_list)
|
||||
var/list/list_to_read = bird.get_static_list_of_phrases()
|
||||
twitterize(list_to_read, "polytalk")
|
||||
break //Who's been duping the bird?!
|
||||
|
||||
/// Loads up the amount of times maps appeared to alter their appearance in voting and rotation.
|
||||
|
||||
Reference in New Issue
Block a user