mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Removes shadowling (#18951)
This commit is contained in:
@@ -1194,32 +1194,6 @@
|
||||
id = "weakplasmavirusfood"
|
||||
color = "#CEC3C6" // rgb: 206,195,198
|
||||
|
||||
//Reagent used for shadowling blindness smoke spell
|
||||
datum/reagent/shadowling_blindness_smoke
|
||||
name = "odd black liquid"
|
||||
id = "blindness_smoke"
|
||||
description = "<::ERROR::> CANNOT ANALYZE REAGENT <::ERROR::>"
|
||||
color = "#000000" //Complete black (RGB: 0, 0, 0)
|
||||
metabolization_rate = 100 //lel
|
||||
|
||||
/datum/reagent/shadowling_blindness_smoke/on_mob_life(mob/living/M)
|
||||
if(!is_shadow_or_thrall(M))
|
||||
M << "<span class='warning'><b>You breathe in the black smoke, and your eyes burn horribly!</b></span>"
|
||||
M.blind_eyes(5)
|
||||
if(prob(25))
|
||||
M.visible_message("<b>[M]</b> claws at their eyes!")
|
||||
M.Stun(3, 0)
|
||||
. = 1
|
||||
else
|
||||
M << "<span class='notice'><b>You breathe in the black smoke, and you feel revitalized!</b></span>"
|
||||
M.heal_organ_damage(2,2, 0)
|
||||
M.adjustOxyLoss(-2, 0)
|
||||
M.adjustToxLoss(-2, 0)
|
||||
. = 1
|
||||
return ..() || .
|
||||
|
||||
|
||||
|
||||
/datum/reagent/royal_bee_jelly
|
||||
name = "royal bee jelly"
|
||||
id = "royal_bee_jelly"
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
playsound(get_turf(holder.my_atom), 'sound/effects/pray.ogg', 80, 0, round(created_volume/48))
|
||||
strengthdiv = 8
|
||||
for(var/mob/living/carbon/C in get_hearers_in_view(round(created_volume/48,1),get_turf(holder.my_atom)))
|
||||
if(iscultist(C) || is_handofgod_cultist(C) || C.dna.species.id == "shadowling" || C.dna.species.id == "l_shadowling")
|
||||
if(iscultist(C) || is_handofgod_cultist(C))
|
||||
C << "<span class='userdanger'>The divine explosion sears you!</span>"
|
||||
C.Weaken(2)
|
||||
C.adjust_fire_stacks(5)
|
||||
|
||||
Reference in New Issue
Block a user