mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
Dionaea can now be affected by most secret chems (#5643)
Dionaea are now affected by: - Liquid Light - Liquid Fire - Black Matter - Bluespace Dust - Bottled Lightning
This commit is contained in:
@@ -584,6 +584,7 @@
|
||||
taste_description = "bottled fire"
|
||||
var/datum/modifier/modifier
|
||||
fallback_specific_heat = 2.75
|
||||
unaffected_species = IS_MACHINE
|
||||
|
||||
/datum/reagent/estus/affect_blood(var/mob/living/carbon/M, var/removed)
|
||||
if (!modifier)
|
||||
@@ -612,6 +613,7 @@
|
||||
touch_met = 5
|
||||
taste_description = "metal"
|
||||
fallback_specific_heat = 20 //This holds a ton of heat.
|
||||
unaffected_species = IS_MACHINE
|
||||
|
||||
/datum/reagent/liquid_fire/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
. = ..()
|
||||
@@ -631,6 +633,7 @@
|
||||
color = "#000000"
|
||||
taste_description = "emptyness"
|
||||
fallback_specific_heat = 100 //Yeah...
|
||||
unaffected_species = IS_MACHINE
|
||||
|
||||
/datum/reagent/black_matter/touch_turf(var/turf/T)
|
||||
var/obj/effect/portal/P = new /obj/effect/portal(T)
|
||||
@@ -655,6 +658,7 @@
|
||||
color = "#1f8999"
|
||||
taste_description = "fizzling blue"
|
||||
fallback_specific_heat = 0.1
|
||||
unaffected_species = IS_MACHINE
|
||||
|
||||
/datum/reagent/bluespace_dust/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(prob(25))
|
||||
@@ -773,6 +777,7 @@
|
||||
color = "#70838A"
|
||||
taste_description = "metal"
|
||||
fallback_specific_heat = 10
|
||||
unaffected_species = IS_MACHINE
|
||||
|
||||
/datum/reagent/bottle_lightning/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(prob(25))
|
||||
|
||||
Reference in New Issue
Block a user