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
@@ -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