sleepy commit

This commit is contained in:
Spades
2017-07-04 06:38:32 -04:00
parent 627dbb9566
commit 4367bc2da7
25 changed files with 7643 additions and 5490 deletions
+14 -1
View File
@@ -165,4 +165,17 @@
icon_state = "randompile"
spawn_nothing_percentage = 0
/obj/random/trash_pile/item_to_spawn()
return /obj/structure/trash_pile
return /obj/structure/trash_pile
/obj/random/mob
name = "Random Mob"
desc = "Eek!"
icon = 'icons/obj/animal.dmi'
icon_state = "mushroom"
spawn_nothing_percentage = 10
/obj/random/cargopod/item_to_spawn()
return pick(prob(20);/mob/living/simple_animal/hostile/scarybat,
prob(10);/mob/living/simple_animal/hostile/dino,
prob(5);/mob/living/simple_animal/otie/feral,
prob(5);/mob/living/simple_animal/hostile/bear,
prob(1);/mob/living/simple_animal/hostile/dragon)