mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 01:26:46 +01:00
Adds Lexorin to the Uplink Poison Bottle Bool. Also, Fixes Lexorin. (#24488)
* lexorin * Fixes lexorin * sanity
This commit is contained in:
@@ -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