mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Simple animal update (#6553)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user