mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Adds snakes to the game. (#21185)
Ports the snake from Baystation over to Aurora. No snakes have been placed ingame, but they're on the Technomancer "Summon Creature" list and the Random Animal Crate object has a chance to spawn a snake crate. All credit for the snake, snake_m, and snake_dead sprites goes to Baystation. I modified the original sprite to create the snake_rest sprite. --------- Signed-off-by: ASmallCuteCat <neofelisnebulosa128@gmail.com> Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
This commit is contained in:
co-authored by
FlamingLily
parent
1adaa17a28
commit
3225d4558c
@@ -249,6 +249,7 @@
|
||||
/obj/structure/largecrate/animal/corgi = 3,
|
||||
/obj/structure/largecrate/animal/cow = 4,
|
||||
/obj/structure/largecrate/animal/goat = 3,
|
||||
/obj/structure/largecrate/animal/snake = 3,
|
||||
/obj/structure/largecrate/animal/cat = 2,
|
||||
/obj/structure/largecrate/animal/chick = 4,
|
||||
/obj/structure/largecrate/animal/adhomai = 0.5,
|
||||
|
||||
@@ -63,6 +63,10 @@
|
||||
name = "cat carrier"
|
||||
held_type = /mob/living/simple_animal/cat
|
||||
|
||||
/obj/structure/largecrate/animal/snake
|
||||
name = "snake crate"
|
||||
held_type = /mob/living/simple_animal/snake
|
||||
|
||||
/obj/structure/largecrate/animal/cat/bones
|
||||
held_type = /mob/living/simple_animal/cat/fluff/bones
|
||||
|
||||
|
||||
Reference in New Issue
Block a user