Ports green Ordeal mobs from LC13

This commit is contained in:
Dahlular
2022-09-06 18:21:02 -06:00
parent 82647e288d
commit 3245c4a52e
13 changed files with 275 additions and 0 deletions
@@ -0,0 +1,19 @@
//Via LC13
/obj/effect/temp_visual/saw_effect
name = "saw"
icon_state = "claw"
duration = 4
/obj/effect/temp_visual/green_noon_reload
name = "recharging field"
icon = 'hyperstation/icons/mobs/48x48.dmi'
icon_state = "green_bot_reload_effect"
layer = BELOW_MOB_LAYER
pixel_x = -8
//base_pixel_x = -8
duration = 8
/obj/effect/temp_visual/green_noon_reload/Initialize()
..()
animate(src, alpha = 0, transform = transform*1.5, time = duration)