Skip to content

Commit

Permalink
bugfix: Lavaland Extract Alert Fix (ss220-space#5586)
Browse files Browse the repository at this point in the history
Lavaland Extract Alert Fix
  • Loading branch information
Gottfrei authored Jul 27, 2024
1 parent cfe3e09 commit f7ad5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry/reagents/medicine.dm
Original file line number Diff line number Diff line change
@@ -1575,14 +1575,14 @@
taste_description = "bad idea"
can_synth = FALSE

/obj/screen/alert/adv_lava_extract
/atom/movable/screen/alert/adv_lava_extract
name = "Strong Heartbeat"
desc = "Your heart beats with great force! Be carefull not to cause heart attack."
icon_state = "penthrite"

/datum/reagent/medicine/adv_lava_extract/on_mob_add(mob/living/carbon/human/user)
. = ..()
user.throw_alert("penthrite", /obj/screen/alert/adv_lava_extract)
user.throw_alert("penthrite", /atom/movable/screen/alert/adv_lava_extract)

/datum/reagent/medicine/adv_lava_extract/on_mob_life(mob/living/M)
var/update_flags = STATUS_UPDATE_NONE

0 comments on commit f7ad5b7

Please sign in to comment.