Adds Lexorin to the Uplink Poison Bottle Bool. Also, Fixes Lexorin. (#24488)

* lexorin

* Fixes lexorin

* sanity
This commit is contained in:
CRUNCH
2024-03-10 18:21:24 +00:00
committed by GitHub
parent e3c702d92a
commit 482d4b2f75
3 changed files with 4 additions and 3 deletions
@@ -50,8 +50,6 @@
//Second link in a breath chain, calls check_breath()
/mob/living/carbon/proc/breathe()
if(reagents.has_reagent("lexorin"))
return
if(istype(loc, /obj/machinery/atmospherics/unary/cryo_cell))
return
@@ -264,6 +264,8 @@
/datum/reagent/lexorin/on_mob_life(mob/living/M)
var/update_flags = STATUS_UPDATE_NONE
update_flags |= M.LoseBreath(10) // No breathing for you! The effects will linger for a bit after it purges.
update_flags |= M.adjustOxyLoss(5, FALSE)
update_flags |= M.adjustToxLoss(1, FALSE)
return ..() | update_flags
+2 -1
View File
@@ -468,6 +468,7 @@
"spidereggs",
"concentrated_initro",
"heartworms",
"bacon_grease"
"bacon_grease",
"lexorin"
]
}