Skip to content

Commit

Permalink
Update lungs.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Aug 12, 2024
1 parent 1a09ccd commit 1a36aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/lungs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@
H.Unconscious(60) // 60 gives them one second to wake up and run away a bit!
if(SA_pp > SA_sleep_min) // Enough to make us sleep as well
H.Sleeping(200)
ADD_TRAIT(owner, TRAIT_SURGERY_PREPARED, GAS_NITROUS)
else if(SA_pp > 0.01) // There is sleeping gas in their lungs, but only a little, so give them a bit of a warning
if(prob(20))
H.emote(pick("giggle", "laugh"))
SEND_SIGNAL(owner, COMSIG_ADD_MOOD_EVENT, "chemical_euphoria", /datum/mood_event/chemical_euphoria)
ADD_TRAIT(owner, TRAIT_SURGERY_PREPARED, GAS_NITROUS)
else
SEND_SIGNAL(owner, COMSIG_CLEAR_MOOD_EVENT, "chemical_euphoria")
REMOVE_TRAIT(owner, TRAIT_SURGERY_PREPARED, GAS_NITROUS)
Expand Down

0 comments on commit 1a36aed

Please sign in to comment.