mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user