mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
Removed files that were 0 bytes in size.
Made sure every verb now has a name which starts with a capital letter and makes sense, because OCD. Changed the categories of verbs a lot, now they are in much more sensible tabs. Added a couple of admin verbs: - Right click monkeyize - Call Shuttle - Recall Shuttle Removed some goon verbs. Gave "Coder" admin group a little more admin verbs: - Monkeyize, Cultistize, Abominationize, Call Shuttle, Recall Shuttle, Make Sound Added mobs a "say_message" variable. Now admin-created mobs can "scree", "squeak" etc. instead of just "chimper" or "hiss". git-svn-id: http://tgstation13.googlecode.com/svn/trunk@138 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "alien"
|
||||
voice_name = "alien"
|
||||
voice_message = "hisses"
|
||||
say_message = "hisses"
|
||||
icon = 'alien.dmi'
|
||||
|
||||
toxloss = 250
|
||||
|
||||
@@ -25,4 +25,7 @@
|
||||
icon_state = "queen_s"
|
||||
|
||||
/mob/living/carbon/alien/humanoid/rpbody
|
||||
update_icon = 0
|
||||
update_icon = 0
|
||||
|
||||
voice_message = "says"
|
||||
say_message = "says"
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "monkey"
|
||||
voice_name = "monkey"
|
||||
voice_message = "chimpers"
|
||||
say_message = "chimpers"
|
||||
icon = 'monkey.dmi'
|
||||
icon_state = "monkey1"
|
||||
gender = NEUTER
|
||||
@@ -12,3 +13,4 @@
|
||||
/mob/living/carbon/monkey/rpbody // For admin RP
|
||||
update_icon = 0
|
||||
voice_message = "says"
|
||||
say_message = "says"
|
||||
|
||||
@@ -145,7 +145,8 @@
|
||||
//husk = 64
|
||||
|
||||
var/voice_name = "unidentifiable voice"
|
||||
var/voice_message = null
|
||||
var/voice_message = null // When you are not understood by others (replaced with just screeches, hisses, chimpers etc.)
|
||||
var/say_message = null // When you are understood by others. Currently only used by aliens and monkeys in their say_quote procs
|
||||
|
||||
//Monkey/infected mode
|
||||
var/list/resistances = list()
|
||||
|
||||
Reference in New Issue
Block a user