mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 19:46:36 +01:00
sleepy commit
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user