mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
New wizard spell - Corpse Explosion (#24722)
* testing code * tweaks * more adjustments * more code adjustments * sponge bob abs * there be light * there be light 2 elighic boogaloo * booky * 0 to -1 * false * action icon * effect * lets seeeee * pixel adjustment * dfsdg * asrfsdg * icon is back * forgot to delete this * test * some sad stuff * i am sad * updated damage * fixed? * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * look at how cool this is * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * back to 100 * minrange * max is better than min * refactor by dgl * Update code/datums/spells/wizard_spells.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/datums/spells/wizard_spells.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/game/objects/effects/temporary_visuals/misc_visuals.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * fuck you --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -103,6 +103,15 @@
|
||||
icon_state = "liquify"
|
||||
duration = 12
|
||||
|
||||
/obj/effect/temp_visual/corpse_explosion
|
||||
icon = 'icons/effects/64x64.dmi'
|
||||
icon_state = "corpse_explosion"
|
||||
pixel_x = -16
|
||||
pixel_y = -16
|
||||
light_range = 5
|
||||
light_color = "#f7dce3"
|
||||
duration = 13
|
||||
|
||||
/obj/effect/temp_visual/monkeyify
|
||||
icon = 'icons/mob/mob.dmi'
|
||||
icon_state = "h2monkey"
|
||||
|
||||
Reference in New Issue
Block a user