Merge pull request #4778 from Citadel-Station-13/upstream-merge-34288

[MIRROR] Move a definition to the right file
This commit is contained in:
deathride58
2018-01-12 17:43:55 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -1,6 +1,3 @@
/mob
use_tag = TRUE
/mob/Destroy()//This makes sure that mobs with clients/keys are not just deleted from the game.
GLOB.mob_list -= src
GLOB.dead_mob_list -= src
+1
View File
@@ -5,6 +5,7 @@
flags_1 = HEAR_1
hud_possible = list(ANTAG_HUD)
pressure_resistance = 8
use_tag = TRUE
var/lighting_alpha = LIGHTING_PLANE_ALPHA_VISIBLE
var/datum/mind/mind
var/list/datum/action/actions = list()