Slight cost change for promotions

- 500 to 450
This commit is contained in:
GunHog
2015-09-29 19:01:10 -05:00
parent 0a2be62d55
commit c95a11f643
@@ -82,7 +82,7 @@
/obj/effect/proc_holder/alien/royal/queen/promote
name = "Create Royal Parasite"
desc = "Produce a royal parasite to grant one of your children the honor of being your Praetorian."
plasma_cost = 500 //Plasma cost used on promotion, not spawning the parasite.
plasma_cost = 450 //Plasma cost used on promotion, not spawning the parasite.
action_icon_state = "alien_queen_promote"
@@ -125,8 +125,8 @@
var/mob/living/carbon/alien/humanoid/A = M
if(A.stat == CONSCIOUS && A.mind && A.key)
if(!A.usePlasma(500))
user << "<span class='noticealien'>You must have 500 plasma stored to use this!</span>"
if(!A.usePlasma(450))
user << "<span class='noticealien'>You must have 450 plasma stored to use this!</span>"
return
A << "<span class='noticealien'>The queen has granted you a promotion to Praetorian!</span>"