diff --git a/_maps/map_files/Deltastation/DeltaStation2_bubber.dmm b/_maps/map_files/Deltastation/DeltaStation2_bubber.dmm index bf7a52a08f2..763be344b09 100644 --- a/_maps/map_files/Deltastation/DeltaStation2_bubber.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2_bubber.dmm @@ -82188,6 +82188,15 @@ /obj/effect/turf_decal/siding/wood{ dir = 4 }, +/mob/living/simple_animal/pet/cat{ + desc = "Their name is pancake! They're very social, snuggly, and a bit dumb... But nonetheless, a good cat!"; + icon = 'modular_zubbers/icons/mob/simple/pets.dmi'; + icon_dead = "pancake_dead"; + icon_living = "pancake"; + icon_state = "pancake"; + minbodytemp = 0; + name = "Pancake" + }, /turf/open/floor/wood/large, /area/station/medical/psychology) "tUR" = ( diff --git a/_maps/map_files/IceBoxStation/IceBoxStation_bubber.dmm b/_maps/map_files/IceBoxStation/IceBoxStation_bubber.dmm index 0aa663e8975..d88d22b36f0 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation_bubber.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation_bubber.dmm @@ -66803,6 +66803,18 @@ /obj/structure/sign/warning/docking/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"uen" = ( +/mob/living/simple_animal/pet/cat{ + desc = "Their name is pancake! They're very social, snuggly, and a bit dumb... But nonetheless, a good cat!"; + icon = 'modular_zubbers/icons/mob/simple/pets.dmi'; + icon_dead = "pancake_dead"; + icon_living = "pancake"; + icon_state = "pancake"; + minbodytemp = 0; + name = "Pancake" + }, +/turf/open/floor/carpet/blue, +/area/station/medical/psychology) "ueo" = ( /obj/machinery/light/warm/directional/south, /obj/structure/cable, @@ -251291,7 +251303,7 @@ iML nHX hRA qAO -rkL +uen uFz kJC sZF diff --git a/_maps/map_files/MetaStation/MetaStation_bubber.dmm b/_maps/map_files/MetaStation/MetaStation_bubber.dmm index c98e3999829..4889ce58390 100644 --- a/_maps/map_files/MetaStation/MetaStation_bubber.dmm +++ b/_maps/map_files/MetaStation/MetaStation_bubber.dmm @@ -62084,6 +62084,15 @@ /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/mob/living/simple_animal/pet/cat{ + desc = "Their name is pancake! They're very social, snuggly, and a bit dumb... But nonetheless, a good cat!"; + icon = 'modular_zubbers/icons/mob/simple/pets.dmi'; + icon_dead = "pancake_dead"; + icon_living = "pancake"; + icon_state = "pancake"; + minbodytemp = 0; + name = "Pancake" + }, /turf/open/floor/wood/parquet, /area/station/medical/psychology) "vnZ" = ( diff --git a/_maps/map_files/VoidRaptor/VoidRaptor_bubber.dmm b/_maps/map_files/VoidRaptor/VoidRaptor_bubber.dmm index 072af941363..c4e97076447 100644 --- a/_maps/map_files/VoidRaptor/VoidRaptor_bubber.dmm +++ b/_maps/map_files/VoidRaptor/VoidRaptor_bubber.dmm @@ -76317,8 +76317,16 @@ dir = 9 }, /obj/structure/bed/dogbed{ - anchored = 1; - name = "Tom's bed" + name = "Pancake's bed" + }, +/mob/living/simple_animal/pet/cat{ + desc = "Their name is pancake! They're very social, snuggly, and a bit dumb... But nonetheless, a good cat!"; + icon = 'modular_zubbers/icons/mob/simple/pets.dmi'; + icon_dead = "pancake_dead"; + icon_living = "pancake"; + icon_state = "pancake"; + minbodytemp = 0; + name = "Pancake" }, /turf/open/floor/carpet, /area/station/medical/psychology) diff --git a/_maps/map_files/tramstation/tramstation_bubber.dmm b/_maps/map_files/tramstation/tramstation_bubber.dmm index 7b5a645019e..370c1680c52 100644 --- a/_maps/map_files/tramstation/tramstation_bubber.dmm +++ b/_maps/map_files/tramstation/tramstation_bubber.dmm @@ -69375,6 +69375,18 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/command/teleporter) +"xzF" = ( +/mob/living/simple_animal/pet/cat{ + desc = "Their name is pancake! They're very social, snuggly, and a bit dumb... But nonetheless, a good cat!"; + icon = 'modular_zubbers/icons/mob/simple/pets.dmi'; + icon_dead = "pancake_dead"; + icon_living = "pancake"; + icon_state = "pancake"; + minbodytemp = 0; + name = "Pancake" + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) "xzI" = ( /obj/machinery/vending/games, /obj/structure/sign/clock/directional/north, @@ -172261,7 +172273,7 @@ rzj qkh bFq rcD -nPe +xzF nPe nPe msF diff --git a/modular_zubbers/icons/mob/simple/pets.dmi b/modular_zubbers/icons/mob/simple/pets.dmi new file mode 100644 index 00000000000..d536061a06c Binary files /dev/null and b/modular_zubbers/icons/mob/simple/pets.dmi differ