mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user