[MIRROR] Yellow slime core nerfs and adjustments. (#1193)

* Yellow slime core nerfs and adjustments. (#54198)

Yellow slime extract can no longer turn into a self-charging yellow slime core. This functionality has been completely removed.

Hypercharged yellow slime cores no longer self-charge.
They now have a capacity of 50,000 (up from their previous 20,000). This is 10,000 more than a bluespace power cell.
Their recharge rate is 2500. This is relatively slow for the power capacity, as hyper and bluespace cells charge at 10% of their capacity respectively and this is 5%.

Motorised wheelchairs have had their power usage reduced to 5% of their previous value since they were basically only usable with rechargable cells before

* Yellow slime core nerfs and adjustments.

* Update special.dm

* Update special.dm

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
SkyratBot
2020-10-08 04:46:52 +02:00
committed by GitHub
co-authored by Timberpoes Azarak
parent 371d62d7e2
commit aeffa9165e
9 changed files with 23 additions and 70 deletions
@@ -57,7 +57,7 @@
canmove = FALSE
addtimer(VARSET_CALLBACK(src, canmove, TRUE), 20)
return FALSE
power_cell.use(power_usage / max(power_efficiency, 1))
power_cell.use(power_usage / max(power_efficiency, 1) * 0.05)
return ..()
/obj/vehicle/ridden/wheelchair/motorized/set_move_delay(mob/living/user)