mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[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:
co-authored by
Timberpoes
Azarak
parent
371d62d7e2
commit
aeffa9165e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user