Adds sensitive hearing (#12151)

This commit is contained in:
Casper3667
2021-10-15 19:02:12 +02:00
committed by GitHub
parent 781ca0dd26
commit fb13f6615f
46 changed files with 330 additions and 59 deletions
@@ -510,6 +510,7 @@
do_hair_pull(user)
playsound(get_turf(src), 'sound/machines/blender.ogg', 50, 1)
intent_message(MACHINE_SOUND)
inuse = TRUE
// Reset the machine.
@@ -877,6 +877,23 @@
if(prob(2))
to_chat(M, SPAN_WARNING("You feel very cold..."))
/decl/reagent/inacusiate
name = "Inacusiate"
description = ""
reagent_state = LIQUID
color = "#D2B48C"
overdose = 10
scannable = TRUE
metabolism = REM * 1
taste_description = "a roll of gauze"
/decl/reagent/inacusiate/affect_blood(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
M.adjustEarDamage(-0.6, -0.6, FALSE)
/decl/reagent/inacusiate/overdose(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
var/obj/item/organ/external/E = M.organs_by_name[BP_HEAD]
M.custom_pain("Your head hurts a ton!", 70, FALSE, E, 1)
/* mental */
#define MEDICATION_MESSAGE_DELAY 10 MINUTES
@@ -665,6 +665,13 @@
required_reagents = list(/decl/reagent/carbon = 1, /decl/reagent/tungsten = 1, /decl/reagent/water = 1)
result_amount = 3
/datum/chemical_reaction/inacusiate
name = "Inacusiate"
id = "inacusiate"
result = /decl/reagent/inacusiate
required_reagents = list(/decl/reagent/dylovene = 1, /decl/reagent/carbon = 1, /decl/reagent/sulfur = 1)
result_amount = 2
//Mental Medication
/datum/chemical_reaction/corophenidate