mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 01:51:51 +00:00
* Number of changes, read desc. Added shock_reduction and view_true_health to Oil. Made it so Oil can only be processed by Synthetics to avoid silly stuff. Added a proc for the perceived health on the health doll, so that actual shock_reduction and the shock_reduction used for the health doll are separate. * Forgot to define view_true_health in the reagents_datum.dm * Added the view_true_health vars to the other painkillers. Realised I put the wrong value for oil. * Remove unneeded variables. Replace most shock_reduction with shock_reduction_doll. * Make the variables clearer. * Make the compiler happy. * Added comment * revert changes for merge * Proc for shock_reduction differently based on refactor, remove unneeded redefines. * Make CI happy, add a comment explaining the check, reduce oil's metab rate * Replace the bits of shock_reduction_doll I forgot about with shock_reduction. * Apply suggestions from code review Co-authored-by: chuga-git <98280110+chuga-git@users.noreply.github.com> Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * Actually remove the shock_reduction_doll proc. --------- Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> Co-authored-by: chuga-git <98280110+chuga-git@users.noreply.github.com>