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 20:21:12 +01:00
committed by AnturK
parent 29d9da3760
commit 012eaec1b9
107 changed files with 233 additions and 219 deletions
+12
View File
@@ -0,0 +1,12 @@
//Dead mobs can exist whenever. This is needful
/mob/dead/New(loc)
..()
if(!initialized)
args[1] = FALSE
Initialize(arglist(args)) //EXIST DAMN YOU!!!
/mob/dead/dust() //ghosts can't be vaporised.
return
/mob/dead/gib() //ghosts can't be gibbed.
return