mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
- 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:
@@ -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 |
Reference in New Issue
Block a user