mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #9880 from PsiOmegaDelta/150621-MeteorExAct
Corrects two ex_acts.
This commit is contained in:
@@ -34,7 +34,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
|
|||||||
|
|
||||||
else if (istype(clong, /mob))
|
else if (istype(clong, /mob))
|
||||||
if(clong.density || prob(10))
|
if(clong.density || prob(10))
|
||||||
clong.ex_act(1)
|
clong.ex_act(2)
|
||||||
else
|
else
|
||||||
qdel(src)
|
qdel(src)
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
if(src)//Do not add to this if() statement, otherwise the meteor won't delete them
|
if(src)//Do not add to this if() statement, otherwise the meteor won't delete them
|
||||||
if(A)
|
if(A)
|
||||||
|
|
||||||
A.ex_act(3)
|
A.ex_act(2)
|
||||||
playsound(src.loc, 'sound/effects/meteorimpact.ogg', 40, 1)
|
playsound(src.loc, 'sound/effects/meteorimpact.ogg', 40, 1)
|
||||||
|
|
||||||
for(var/mob/M in range(10, src))
|
for(var/mob/M in range(10, src))
|
||||||
|
|||||||
Reference in New Issue
Block a user