From 6285d422366e53f8dd9fd70670dd678a05ad9830 Mon Sep 17 00:00:00 2001 From: HugoLuman Date: Thu, 28 Apr 2016 18:59:53 -0700 Subject: [PATCH] Fixes the karma buy order in client procs.dm Hopefully this won't rearrange what species people have unlocked now --- code/modules/client/client procs.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index e548a8e2f10..01461f88928 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -162,27 +162,27 @@ else src.DB_species_unlock("Grey",30) return - if("4") + if("7") if(karma <30) to_chat(usr, "You do not have enough karma!") return else src.DB_species_unlock("Drask",30) - if("5") + if("4") if(karma <45) to_chat(usr, "You do not have enough karma!") return else src.DB_species_unlock("Vox",45) return - if("6") + if("5") if(karma <45) to_chat(usr, "You do not have enough karma!") return else src.DB_species_unlock("Slime People",45) return - if("7") + if("6") if(karma <100) to_chat(usr, "You do not have enough karma!") return