Chemicals that reduce pain make the users personal health bar less accurate (#20970)

* Chemicals that reduce pain make the users personal health bar less accurate

* Update medicine.dm

* health doll accuracy / screen cover

* define that shit

* makes it a proc
This commit is contained in:
Qwertytoforty
2023-05-14 00:24:21 +02:00
committed by GitHub
parent 1f08b497e7
commit 0135644e07
5 changed files with 26 additions and 7 deletions
@@ -23,6 +23,10 @@
shock_reduction = 200
taste_description = "numbness"
/datum/reagent/medicine/hydrocodone/on_mob_life(mob/living/M) //Needed so the hud updates when injested / removed from system
var/update_flags = STATUS_UPDATE_HEALTH
return ..() | update_flags
/datum/reagent/medicine/sterilizine
name = "Sterilizine"
id = "sterilizine"