mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Guard dogs (#2143)
-adds guard dogs, mobs you can command around like the wizard's bear, with basic things like attack, stay and follow -they have a verb that allows one player to become their master, and change their name, by being near them -added the dogs to the random cargo spawn
This commit is contained in:
@@ -77,3 +77,13 @@
|
||||
name = "chicken crate"
|
||||
held_count = 5
|
||||
held_type = /mob/living/simple_animal/chick
|
||||
|
||||
/obj/structure/largecrate/animal/dog
|
||||
name = "dog carrier"
|
||||
held_type = /mob/living/simple_animal/hostile/commanded/dog
|
||||
|
||||
/obj/structure/largecrate/animal/dog/amaskan
|
||||
held_type = /mob/living/simple_animal/hostile/commanded/dog/amaskan
|
||||
|
||||
/obj/structure/largecrate/animal/dog/pug
|
||||
held_type = /mob/living/simple_animal/hostile/commanded/dog/pug
|
||||
|
||||
Reference in New Issue
Block a user