mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
What is wrong with me (#17848)
Added a new smite that forces the skyrim into onto someone.
This commit is contained in:
@@ -325,6 +325,11 @@
|
||||
spawned_obj.unacidable = !M.digestable
|
||||
M.forceMove(possessed_voice)
|
||||
|
||||
if("elder_smite")
|
||||
if(!target.ckey)
|
||||
return
|
||||
target.overlay_fullscreen("scrolls", /obj/screen/fullscreen/scrolls, 1)
|
||||
addtimer(CALLBACK(target, TYPE_PROC_REF(/mob, clear_fullscreen), "scrolls"), 20 SECONDS)
|
||||
|
||||
////////MEDICAL//////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user