This commit is contained in:
Zuhayr
2013-06-29 17:27:46 -07:00
parent 3192323c19
commit 60eeccd2ed
3 changed files with 4 additions and 3 deletions
@@ -10,6 +10,7 @@
update_icon = 0 ///no need to call regenerate_icon
var/obj/item/weapon/card/id/wear_id = null // Fix for station bounced radios -- Skie
/mob/living/carbon/monkey/tajara
name = "farwa"
voice_name = "farwa"
@@ -28,7 +29,7 @@
voice_name = "stok"
voice_message = "hisses"
say_message = "hisses"
icon_state = "stok1"
icon_state = "stokkey1"
/mob/living/carbon/monkey/unathi/New()
var/datum/reagents/R = new/datum/reagents(1000)
@@ -33,9 +33,9 @@
if("tajaran")
ico = "tajkey"
if("lizard")
ico = "stok"
ico = "stokkey"
if("skrell")
icon_state = "skrellkey"
ico = "skrellkey"
if(lying)
icon_state = ico + "0"
for(var/image/I in overlays_lying)