Fixes for Grey species

This commit is contained in:
ZomgPonies
2013-11-07 16:16:20 -05:00
parent a83c4c3fa3
commit 988a9b7494
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
if(karma <30)
usr << "You do not have enough karma!"
else
src.DB_species_unlock("Greys",30)
src.DB_species_unlock("Grey",30)
if("6")
if(karma <45)
usr << "You do not have enough karma!"
@@ -48,6 +48,8 @@
/mob/living/carbon/human/grey/New()
set_species("Grey")
mutations.Add(mRemotetalk)
verbs += /mob/living/carbon/human/proc/remotesay
..()
/mob/living/carbon/human/human/New()
+1 -1
View File
@@ -176,6 +176,6 @@
darksight = 5 // BOOSTED from 2
eyes = "grey_eyes_s"
max_hurt_damage = 3 // From 5 (for humans)
default_mutations=list(mRemotetalk) // TK is also another candidate, but TK is overpowered as fuck.
// default_mutations=list(mRemotetalk) // TK is also another candidate, but TK is overpowered as fuck.
flags = WHITELISTED | HAS_LIPS | CAN_BE_FAT