Merge pull request #9880 from PsiOmegaDelta/150621-MeteorExAct

Corrects two ex_acts.
This commit is contained in:
GinjaNinja32
2015-06-21 13:16:23 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
else if (istype(clong, /mob))
if(clong.density || prob(10))
clong.ex_act(1)
clong.ex_act(2)
else
qdel(src)

View File

@@ -59,7 +59,7 @@
if(src)//Do not add to this if() statement, otherwise the meteor won't delete them
if(A)
A.ex_act(3)
A.ex_act(2)
playsound(src.loc, 'sound/effects/meteorimpact.ogg', 40, 1)
for(var/mob/M in range(10, src))