mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 01:51:51 +00:00
Fixed typo in space ninja code thanks to Rastaf0. Added a CentCom official and CentCom Commander costumes to admin equip list. Revised tunnel clown equip. Fixed minor icon bug with death commando ID. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1736 316c924e-a436-60f5-8080-3fe189b3f50e
17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
/mob/living/carbon/monkey
|
|
name = "monkey"
|
|
voice_name = "monkey"
|
|
voice_message = "chimpers"
|
|
say_message = "chimpers"
|
|
icon = 'monkey.dmi'
|
|
icon_state = "monkey1"
|
|
gender = NEUTER
|
|
pass_flags = PASSTABLE
|
|
|
|
var/obj/item/weapon/card/id/wear_id = null // Fix for station bounced radios -- Skie
|
|
|
|
/mob/living/carbon/monkey/rpbody // For admin RP
|
|
update_icon = 0
|
|
voice_message = "says"
|
|
say_message = "says"
|