mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Makes dog a basic mob [MDB IGNORE] [MDB IGNORE] (#17930)
* Makes dog a basic mob [MDB IGNORE] * conflict * map updatepaths * minor banana spider improvement * unnecessary SR edit, minor path stuff * chadian, borgi * tram conflict * fixes after testing Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Pets
|
||||
/datum/area_spawn/markus
|
||||
target_areas = list(/area/station/cargo/sorting, /area/station/cargo/storage, /area/station/cargo/office, /area/station/command/heads_quarters/qm)
|
||||
desired_atom = /mob/living/simple_animal/pet/dog/markus
|
||||
desired_atom = /mob/living/basic/pet/dog/markus
|
||||
|
||||
/datum/area_spawn/bumbles
|
||||
target_areas = list(/area/station/service/hydroponics, /area/station/service/hydroponics/upper)
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
/datum/area_spawn/borgi
|
||||
target_areas = list(/area/station/science/robotics, /area/station/science/robotics/mechbay, /area/station/science/robotics/lab)
|
||||
desired_atom = /mob/living/simple_animal/pet/dog/corgi/borgi
|
||||
desired_atom = /mob/living/basic/pet/dog/corgi/borgi
|
||||
|
||||
/datum/area_spawn/poppy
|
||||
target_areas = list(/area/station/engineering/main, /area/station/engineering/break_room, /area/station/engineering/lobby, /area/station/engineering/supermatter/room)
|
||||
|
||||
Reference in New Issue
Block a user