mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 00:47:31 +01:00
Simple animal update (#6553)
This commit is contained in:
@@ -1230,3 +1230,19 @@
|
||||
E.charge_cost *= 2
|
||||
E.self_recharge = 0
|
||||
E.reliability = 90
|
||||
|
||||
/obj/random/animal_crate
|
||||
name = "random animal"
|
||||
desc = "Contains a random crate with some animal."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "densecrate"
|
||||
spawnlist = list(
|
||||
/obj/structure/largecrate/animal/corgi = 3,
|
||||
/obj/structure/largecrate/animal/cow = 4,
|
||||
/obj/structure/largecrate/animal/goat = 3,
|
||||
/obj/structure/largecrate/animal/cat = 2,
|
||||
/obj/structure/largecrate/animal/chick = 4,
|
||||
/obj/structure/largecrate/animal/adhomai = 0.5,
|
||||
/obj/structure/largecrate/animal/adhomai/fatshouter = 0.5,
|
||||
/obj/structure/largecrate/animal/adhomai/rafama = 0.5
|
||||
)
|
||||
@@ -87,3 +87,13 @@
|
||||
|
||||
/obj/structure/largecrate/animal/dog/pug
|
||||
held_type = /mob/living/simple_animal/hostile/commanded/dog/pug
|
||||
|
||||
/obj/structure/largecrate/animal/adhomai
|
||||
name = "adhomian animal crate"
|
||||
held_type = /mob/living/simple_animal/ice_tunneler
|
||||
|
||||
/obj/structure/largecrate/animal/adhomai/fatshouter
|
||||
held_type = /mob/living/simple_animal/fatshouter
|
||||
|
||||
/obj/structure/largecrate/animal/adhomai/rafama
|
||||
held_type = /mob/living/simple_animal/hostile/retaliate/rafama
|
||||
Reference in New Issue
Block a user