Skip to content

Commit

Permalink
[MIRROR] Allows spacemen to use age-appropriate drugs by making it so…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>
  • Loading branch information
2 people authored and Iajret committed Oct 15, 2023
1 parent 3ab93db commit f5a0f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/organs/internal/lungs/_lungs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5a0f18

Please sign in to comment.