more tigerfixes

This commit is contained in:
FlattestGuitar
2017-10-15 23:40:38 +02:00
parent b4226898cb
commit 948a65b2a3
2 changed files with 4 additions and 4 deletions
@@ -48,7 +48,7 @@
qdel(src)
/obj/item/weapon/guardian_bomb/proc/detonate(var/mob/living/user)
to_chat(user, "<span class='danger'><B>The [src] was boobytrapped!</B></span>")
to_chat(user, "<span class='danger'>The [src] was boobytrapped!</span>")
if(istype(spawner, /mob/living/simple_animal/hostile/guardian))
var/mob/living/simple_animal/hostile/guardian/G = spawner
if(user == G.summoner)
@@ -72,5 +72,5 @@
/obj/item/weapon/guardian_bomb/examine(mob/user)
stored_obj.examine(user)
if(get_dist(user,src)<=2)
if(get_dist(user,src) <= 2)
to_chat(user, "<span class='notice'>Looks odd!</span>")
@@ -25,7 +25,7 @@
to_chat(src, "<span class='notice'>You switch to dispersion mode, and will teleport victims away from your master.</span>")
toggle = FALSE
else
to_chat(src, "<span class='notice'>You switch to deception mode, and will turn your victims against their allies.</span>")
to_chat(src, "<span class='notice'>You switch to deception mode, and will turn your victims against their allies.</span>")
toggle = TRUE
/mob/living/simple_animal/hostile/guardian/fire/AttackingTarget()
@@ -33,7 +33,7 @@
if(toggle)
if(ishuman(target) && !summoner)
spawn(0)
new /obj/effect/hallucination/delusion(target.loc, target, force_kind="custom", duration=200, skip_nearby=0, custom_icon = icon_state, custom_icon_file = icon)
new /obj/effect/hallucination/delusion(target.loc, target, force_kind = "custom", duration = 200, skip_nearby = 0, custom_icon = icon_state, custom_icon_file = icon)
else
if(prob(45))
if(ismovableatom(target))