Removes shadowling (#18951)

This commit is contained in:
Xhuis
2016-06-27 20:53:35 -04:00
committed by KorPhaeron
parent 7e6b9b908a
commit 8a852f196b
25 changed files with 5 additions and 1826 deletions
@@ -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)