Simple animal update (#6553)

This commit is contained in:
Alberyk
2019-06-12 18:47:22 -03:00
committed by Werner
parent 65b1bb501e
commit 2d4cac126f
24 changed files with 227 additions and 71 deletions
+1 -8
View File
@@ -81,14 +81,7 @@ STOCK_ITEM_LARGE(suspension, 2)
new /obj/machinery/suspension_gen(L)
STOCK_ITEM_LARGE(animal, 2.5)
var/type = pick( \
/obj/structure/largecrate/animal/chick, \
/obj/structure/largecrate/animal/cat, \
/obj/structure/largecrate/animal/goat, \
/obj/structure/largecrate/animal/cow, \
/obj/structure/largecrate/animal/corgi \
)
new type(L)
new /obj/random/animal_crate(L)
STOCK_ITEM_LARGE(cablelayer, 1)
new /obj/machinery/cablelayer(L)