Merge pull request #2328 from Incoming5643/GlassCeiling

[Tumblr] Sausage Party Reduction
This commit is contained in:
fleure
2014-01-13 01:57:19 -08:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ ________________________________________________________________________________
/proc/create_space_ninja(spawn_loc)
var/mob/living/carbon/human/new_ninja = new(spawn_loc)
if(prob(50)) new_ninja.gender = "female"
var/datum/preferences/A = new()//Randomize appearance for the ninja.
A.real_name = "[pick(ninja_titles)] [pick(ninja_names)]"
A.copy_to(new_ninja)
@@ -933,6 +933,7 @@ mob/living/carbon/slime/var/temperature_resistance = T0C+75
user << "The rune fizzles uselessly. There is no spirit nearby."
return
var/mob/living/carbon/human/G = new /mob/living/carbon/human
if(prob(50)) G.gender = "female"
hardset_dna(G, null, null, null, "adamantine")
G.real_name = text("Adamantine Golem ([rand(1, 1000)])")
G.equip_to_slot_or_del(new /obj/item/clothing/under/golem(G), slot_w_uniform)