mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
@@ -19,8 +19,6 @@
|
||||
* Ghostizes the client attached to this mob
|
||||
*
|
||||
* Parent call
|
||||
*
|
||||
* Returns QDEL_HINT_HARDDEL (don't change this)
|
||||
*/
|
||||
/mob/Destroy()//This makes sure that mobs with clients/keys are not just deleted from the game.
|
||||
remove_from_mob_list()
|
||||
@@ -39,8 +37,8 @@
|
||||
qdel(hud_used)
|
||||
QDEL_LIST(client_colours)
|
||||
ghostize()
|
||||
..()
|
||||
return QDEL_HINT_HARDDEL
|
||||
return ..()
|
||||
|
||||
|
||||
/**
|
||||
* Intialize a mob
|
||||
|
||||
Reference in New Issue
Block a user