mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Rebalances Ethereal "eating" (#17022)
* Makes ethereal easier to charge * no longer start full charge * changes it to use ETHEREAL_CHARGE_SCALING_MULTIPLIER
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
var/mob/living/carbon/human/H = C
|
||||
var/obj/item/organ/stomach/ethereal/stomach = H.getorganslot(ORGAN_SLOT_STOMACH)
|
||||
if(istype(stomach))
|
||||
stomach.adjust_charge(20)
|
||||
stomach.adjust_charge(10 * ETHEREAL_CHARGE_SCALING_MULTIPLIER)
|
||||
to_chat(C,span_notice("You get charged by [src]."))
|
||||
//yogstation edit end ---------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user