SharkWaifu's Donator Item (#203)

* SharkWaifu's donator cat

* Update cat.dm

* Update cat.dm

* Should pass unit tests now!
This commit is contained in:
KathrinBailey
2023-04-22 09:42:29 +01:00
committed by GitHub
parent 466a235599
commit 83b66d78e9
6 changed files with 54 additions and 4 deletions
@@ -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" = (
@@ -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
@@ -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" = (
@@ -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)
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB