Initial cleanup/changes

This commit is contained in:
Arokha Sieyes
2018-02-17 19:47:39 -06:00
parent 039f29d86c
commit 0dd7a2e2e3
7 changed files with 30 additions and 181 deletions
@@ -1095,7 +1095,7 @@
var/self = 0
if(usr.stat || usr.restrained() || !isliving(usr)) return
var/datum/gender/TU = gender_datums[usr.get_visible_gender()]
var/datum/gender/T = gender_datums[get_visible_gender()]
@@ -1120,7 +1120,7 @@
else
usr << "<span class='warning'>You failed to check the pulse. Try again.</span>"
/mob/living/carbon/human/proc/set_species(var/new_species, var/default_colour)
/mob/living/carbon/human/proc/set_species(var/new_species, var/default_colour, var/regen_icons = TRUE)
if(!dna)
if(!new_species)
@@ -1180,7 +1180,7 @@
maxHealth = species.total_health
spawn(0)
regenerate_icons()
if(regen_icons) regenerate_icons()
if(vessel.total_volume < species.blood_volume)
vessel.maximum_volume = species.blood_volume
vessel.add_reagent("blood", species.blood_volume - vessel.total_volume)
+2 -2
View File
@@ -370,7 +370,7 @@
//character.apply_traits() //VOREStation Removal
character.lastarea = get_area(loc)
// character.lastarea = get_area(loc) //create_character() does this
// Moving wheelchair if they have one
if(character.buckled && istype(character.buckled, /obj/structure/bed/chair/wheelchair))
character.buckled.loc = character.loc
@@ -492,7 +492,7 @@
//new_character.dna.UpdateSE()
// Do the initial caching of the player's body icons.
//new_character.force_update_limbs() //VOREStation Removal - This is done in copy_to, don't waste time.
//new_character.force_update_limbs()
new_character.update_eyes()
new_character.regenerate_icons()