forked from Skyrat-SS13/Skyrat-tg
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathfriendly.dm
61 lines (41 loc) · 1020 Bytes
/
friendly.dm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
//Farm and friendly creatures.
/mob/living/basic/parrot
tts_seed = "Sniper"
/mob/living/basic/pet/cat
tts_seed = "Valerian"
/mob/living/basic/cockroach
tts_seed = "Villagerm"
/mob/living/basic/crab
tts_seed = "Riki"
/mob/living/basic/pet/dog
tts_seed = "Stetmann"
/mob/living/basic/goat
tts_seed = "Muradin"
/mob/living/basic/cow
tts_seed = "Cairne"
/mob/living/basic/chick
tts_seed = "Meepo"
/mob/living/basic/chicken
tts_seed = "Windranger"
/mob/living/basic/pig
tts_seed = "Anubarak"
/mob/living/simple_animal/hostile/retaliate/goose
tts_seed = "pantheon"
/mob/living/basic/pet/fox
tts_seed = "Barney"
/mob/living/basic/frog
tts_seed = "pantheon"
/mob/living/basic/lizard
tts_seed = "Shaker"
/mob/living/basic/mouse
tts_seed = "Gyro"
/mob/living/basic/mouse/white
tts_seed = "Meepo"
/mob/living/basic/mouse/brown
tts_seed = "Clockwerk"
/mob/living/basic/pet/penguin
tts_seed = "Narrator"
/mob/living/basic/sloth
tts_seed = "Peon"
/mob/living/basic/butterfly
tts_seed = "Meepo"