mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Rewrite supply packs/cargo orders
This commit is contained in:
@@ -19,27 +19,3 @@
|
||||
user << "<span class='notice'>It won't budge!</span>"
|
||||
else
|
||||
..()
|
||||
|
||||
/obj/structure/closet/crate/critter/corgi/New()
|
||||
..()
|
||||
if(prob(50))
|
||||
new /mob/living/simple_animal/pet/dog/corgi/Lisa(src)
|
||||
else
|
||||
new /mob/living/simple_animal/pet/dog/corgi(src)
|
||||
|
||||
/obj/structure/closet/crate/critter/cat/New()
|
||||
..()
|
||||
if(prob(50))
|
||||
new /mob/living/simple_animal/pet/cat/Proc(src)
|
||||
else
|
||||
new /mob/living/simple_animal/pet/cat(src)
|
||||
|
||||
/obj/structure/closet/crate/critter/chick/New()
|
||||
..()
|
||||
for(var/i in 1 to rand(1, 3))
|
||||
new /mob/living/simple_animal/chick(src)
|
||||
|
||||
/obj/structure/closet/crate/critter/butterfly/New()
|
||||
..()
|
||||
for(var/i in 1 to 50)
|
||||
new /mob/living/simple_animal/butterfly(src)
|
||||
Reference in New Issue
Block a user