mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Merge pull request #16081 from KorPhaeron/glands2
Removes engorged glands
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/obj/effect/proc_holder/changeling/glands
|
||||
name = "Engorged Chemical Glands"
|
||||
desc = "Our chemical glands swell, permitting us to store more chemicals inside of them."
|
||||
helptext = "Allows us to store an extra 25 units of chemicals, and doubles production rate."
|
||||
dna_cost = 2
|
||||
chemical_cost = -1
|
||||
|
||||
/obj/effect/proc_holder/changeling/glands/on_purchase(mob/user)
|
||||
..()
|
||||
var/datum/changeling/changeling=user.mind.changeling
|
||||
changeling.chem_storage += 25
|
||||
changeling.chem_recharge_rate *=2
|
||||
return
|
||||
Reference in New Issue
Block a user