@@ -108,7 +108,6 @@
|
||||
death = FALSE
|
||||
roundstart = FALSE
|
||||
mob_species = /datum/species/human
|
||||
mirrorcanloadappearance = TRUE
|
||||
|
||||
/datum/outfit/feeders_den/fanatic
|
||||
name = "Feeder Fanatic"
|
||||
|
||||
@@ -183,7 +183,6 @@
|
||||
var/hair_style
|
||||
var/facial_hair_style
|
||||
var/skin_tone
|
||||
var/mirrorcanloadappearance = FALSE
|
||||
|
||||
/obj/effect/mob_spawn/human/Initialize(mapload)
|
||||
if(ispath(outfit))
|
||||
@@ -252,8 +251,6 @@
|
||||
W.assignment = id_job
|
||||
W.registered_name = H.real_name
|
||||
W.update_label()
|
||||
if (mirrorcanloadappearance)
|
||||
H.mirrorcanloadappearance = TRUE
|
||||
|
||||
//Instant version - use when spawning corpses during runtime
|
||||
/obj/effect/mob_spawn/human/corpse
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
add_verb(src, /mob/living/verb/subtler)
|
||||
//initialize limbs first
|
||||
create_bodyparts()
|
||||
time_initialized = world.time
|
||||
|
||||
setup_human_dna()
|
||||
|
||||
|
||||
@@ -162,10 +162,6 @@
|
||||
var/has_field_of_vision = FALSE
|
||||
var/field_of_vision_type = FOV_90_DEGREES
|
||||
|
||||
var/time_initialized = null
|
||||
var/mirrorcanloadappearance = FALSE
|
||||
|
||||
|
||||
|
||||
///////TYPING INDICATORS///////
|
||||
/// Set to true if we want to show typing indicators.
|
||||
|
||||
@@ -4058,7 +4058,6 @@
|
||||
#include "hyperstation\code\game\objects\structures\sauna_oven.dm"
|
||||
#include "hyperstation\code\modules\clothing\sizeaccessories.dm"
|
||||
#include "hyperstation\code\modules\food_and_drinks\recipes\drinks_recipes.dm"
|
||||
#include "hyperstation\code\modules\mob\mob_helpers.dm"
|
||||
#include "hyperstation\code\modules\mob\living\status_indicators.dm"
|
||||
#include "hyperstation\code\modules\reagents\chemistry\reagents\drink_reagents.dm"
|
||||
#include "hyperstation\code\modules\reagents\chemistry\reagents\food_reagents.dm"
|
||||
|
||||
Reference in New Issue
Block a user