mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Scannable chems and fixes (#18899)
* Scannable rework Makes scannable have tiers. WIP * Some more adjustments * Scanning * Bodyscanner * Some more fixes Fixes amatoxin Fixes synap not processing when drank Makes fakedeath show up as braindeath, not massive O2 loss. Makes zombie and lich powder show time of death properly * Scanners for fakedeath * This too * Refactors bloodloss * rounding
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
var/datum/surgery_step/cure_surgery //Which surgery step can be used to cure this?
|
||||
var/unhealth = 100 //The amount of health the issue has, depleted by reagent
|
||||
var/reagent_strength = 10 //How much health the reagent will remove per processing
|
||||
var/advscan_cure = 0 //What level of advanced scan is required to reveal the cure?
|
||||
var/advscan_cure = SCANNABLE_BENEFICIAL //What level of advanced scan is required to reveal the cure?
|
||||
|
||||
var/symptom_text //Messages relayed to the patient about their symptoms
|
||||
var/symptom_affect //Visible effects on the patient such as vomiting or weakness
|
||||
|
||||
Reference in New Issue
Block a user