- Added corgi puppies to code:

Screenshot:
http://www.kamletos.si/puppy.PNG

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4860 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-10-13 20:31:35 +00:00
parent 7d0dc98613
commit 3def1bd57a
2 changed files with 18 additions and 1 deletions

View File

@@ -361,4 +361,21 @@
dir = i dir = i
sleep(1) sleep(1)
else else
..() ..()
/mob/living/simple_animal/corgi/puppy
name = "\improper corgi puppy"
real_name = "corgi"
desc = "It's a corgi puppy."
icon_state = "puppy"
icon_living = "puppy"
icon_dead = "puppy_dead"
//pupplies cannot wear anything.
/mob/living/simple_animal/corgi/puppy/Topic(href, href_list)
if(href_list["remove_inv"] || href_list["add_inv"])
usr << "\red You can't fit this on [src]"
return
..()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 132 KiB