mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Fixes for Grey species
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user