Move a definition to the right file (#34288)
This commit is contained in:
committed by
CitadelStationBot
parent
2b9b826a95
commit
edfa926886
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user