From f5a0f18d3c17c364c2a76b76b34b581620ddd0dc Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:03:03 +0200 Subject: [PATCH] [MIRROR] Allows spacemen to use age-appropriate drugs by making it so you can now huff N2O to get high. [MDB IGNORE] (#24336) * Allows spacemen to use age-appropriate drugs by making it so you can now huff N2O to get high. (#78809) ## About The Pull Request Allows spacemen to use age-appropriate drugs by making it so you can now huff N2O to get high. ## Why It's Good For The Game please do not do whippets IRL ## Changelog :cl: balance: Allows spacemen to use age-appropriate drugs by making it so you can now huff N2O to get high. /:cl: * Allows spacemen to use age-appropriate drugs by making it so you can now huff N2O to get high. --------- Co-authored-by: Iamgoofball --- code/modules/surgery/organs/internal/lungs/_lungs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/organs/internal/lungs/_lungs.dm b/code/modules/surgery/organs/internal/lungs/_lungs.dm index 71dc305ac5f..faf67a4596f 100644 --- a/code/modules/surgery/organs/internal/lungs/_lungs.dm +++ b/code/modules/surgery/organs/internal/lungs/_lungs.dm @@ -514,6 +514,7 @@ if(prob(20)) n2o_euphoria = EUPHORIA_ACTIVE breather.emote(pick("giggle", "laugh")) + breather.set_drugginess(30 SECONDS) else n2o_euphoria = EUPHORIA_INACTIVE return