mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Adds karma/whitelist code
This makes them a 30 KP shop option, but could be altered to 45 KP without having to move their place on the list. Signed-off-by: HugoLuman <qaggeler@uci.edu>
This commit is contained in:
@@ -163,20 +163,26 @@
|
||||
src.DB_species_unlock("Grey",30)
|
||||
return
|
||||
if("4")
|
||||
if(karma <30)
|
||||
to_chat(usr, "You do not have enough karma!")
|
||||
return
|
||||
else
|
||||
src.DB_species_unlock("Drask",30)
|
||||
if("5")
|
||||
if(karma <45)
|
||||
to_chat(usr, "You do not have enough karma!")
|
||||
return
|
||||
else
|
||||
src.DB_species_unlock("Vox",45)
|
||||
return
|
||||
if("5")
|
||||
if("6")
|
||||
if(karma <45)
|
||||
to_chat(usr, "You do not have enough karma!")
|
||||
return
|
||||
else
|
||||
src.DB_species_unlock("Slime People",45)
|
||||
return
|
||||
if("6")
|
||||
if("7")
|
||||
if(karma <100)
|
||||
to_chat(usr, "You do not have enough karma!")
|
||||
return
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
exclaim_verb = "rumbles"
|
||||
colour = "drask"
|
||||
key = "%"
|
||||
flags = RESTRICTED
|
||||
flags = RESTRICTED | WHITELISTED
|
||||
syllables = list("hoorb","vrrm","ooorm","urrrum","ooum","ee","ffm","hhh","mn","ongg")
|
||||
|
||||
/datum/language/drask/get_random_name()
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
in their labyrinthine settlements, carved out beneath Hoorlm's icy surface, where the air \
|
||||
is of breathable density."
|
||||
|
||||
flags = HAS_LIPS
|
||||
flags = IS_WHITELISTED | HAS_LIPS
|
||||
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT
|
||||
bodyflags = FEET_CLAWS | HAS_SKIN_TONE
|
||||
dietflags = DIET_OMNI
|
||||
|
||||
Reference in New Issue
Block a user