[MIRROR] Allows you to use the ability of vatbeasts when riding them (#714)

* Allows you to use the ability of vatbeasts when riding them (#53266)

* Allows you to use the ability of vatbeasts when riding them

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
SkyratBot
2020-09-09 08:22:05 +02:00
committed by GitHub
co-authored by Qustinnus
parent 764254d0a8
commit 6f0c0fe39b
3 changed files with 40 additions and 9 deletions
+3 -1
View File
@@ -14,9 +14,11 @@
var/action_icon_state = "spell_default"
var/action_background_icon_state = "bg_spell"
var/base_action = /datum/action/spell_action
var/mob/living/owner
/obj/effect/proc_holder/Initialize()
/obj/effect/proc_holder/Initialize(mob/living/owner)
. = ..()
src.owner = owner
if(has_action)
action = new base_action(src)