Moves Drask to the end of the species list

Puts them in proper numerical order in client procs.dm
This commit is contained in:
HugoLuman
2016-04-29 14:08:11 -07:00
parent 5dfb7b9851
commit c7d2359a1f

View File

@@ -162,12 +162,6 @@
else
src.DB_species_unlock("Grey",30)
return
if("7")
if(karma <30)
to_chat(usr, "You do not have enough karma!")
return
else
src.DB_species_unlock("Drask",30)
if("4")
if(karma <45)
to_chat(usr, "You do not have enough karma!")
@@ -189,6 +183,13 @@
else
src.DB_species_unlock("Plasmaman",100)
return
if("7")
if(karma <30)
to_chat(usr, "You do not have enough karma!")
return
else
src.DB_species_unlock("Drask",30)
return
if(href_list["KarmaRefund"])
var/type = href_list["KarmaRefundType"]
var/job = href_list["KarmaRefund"]