mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
Adds Lexorin to the Uplink Poison Bottle Bool. Also, Fixes Lexorin. (#24488)
* lexorin * Fixes lexorin * sanity
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user