move cult effects to their own file

move cult beams to beam.dmi
This commit is contained in:
uraniummeltdown
2018-01-16 23:23:07 +05:00
parent 065fc69742
commit 8fd3a5e890
8 changed files with 8 additions and 7 deletions
@@ -67,7 +67,7 @@
if(health < maxHealth)
adjustBruteLoss(-5)
if(src != M)
Beam(M,icon_state="sendbeam",icon='icons/effects/effects.dmi',time=4)
Beam(M,icon_state="sendbeam",time=4)
M.visible_message("<span class='danger'>[M] repairs some of \the <b>[src]'s</b> dents.</span>", \
"<span class='cult'>You repair some of <b>[src]'s</b> dents, leaving <b>[src]</b> at <b>[health]/[maxHealth]</b> health.</span>")
else