mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge pull request #2328 from Incoming5643/GlassCeiling
[Tumblr] Sausage Party Reduction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user