Mob Initialization (#24840)

* Mob Initialization

* new_player Repath

* Fix the dme

* Fix the shit

* Fix a loc

* Fix another loc

* But, in my haste, I forgot the cola!

* Another loc

* ANOTHER LOC

* Further docs

* Where'd that s come from

* Fix shit

* Better
This commit is contained in:
Cyberboss
2017-03-13 15:21:12 -04:00
committed by AnturK
parent 29d9da3760
commit 012eaec1b9
107 changed files with 233 additions and 219 deletions
+2 -2
View File
@@ -129,7 +129,7 @@
layer = 4
var/timer = 0
/mob/living/simple_animal/shade/howling_ghost/New()
/mob/living/simple_animal/shade/howling_ghost/Initialize()
..()
icon_state = pick("ghost","ghostian","ghostian2","ghostking","ghost1","ghost2")
icon_living = icon_state
@@ -193,7 +193,7 @@
unsuitable_atmos_damage = 0
var/timer
/mob/living/simple_animal/hostile/retaliate/clown/insane/New()
/mob/living/simple_animal/hostile/retaliate/clown/insane/Initialize()
..()
timer = rand(5,15)
status_flags = (status_flags | GODMODE)
+1 -1
View File
@@ -144,7 +144,7 @@
/datum/holiday/april_fools/celebrate()
if(ticker)
ticker.login_music = 'sound/ambience/clown.ogg'
for(var/mob/new_player/P in mob_list)
for(var/mob/dead/new_player/P in mob_list)
if(P.client)
P.stopLobbySound()
P.client.playtitlemusic()