Skip to content

Commit

Permalink
[MODULAR] Fixes compile errors (Skyrat-SS13#23872)
Browse files Browse the repository at this point in the history
* asdfghjk

* Update modular_skyrat/modules/clock_cult/code/scriptures/_scripture.dm

Co-authored-by: GoldenAlpharex <[email protected]>

---------

Co-authored-by: GoldenAlpharex <[email protected]>
  • Loading branch information
nikothedude and GoldenAlpharex authored Sep 24, 2023
1 parent 10e2e02 commit 560af72
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,8 @@ GLOBAL_LIST_EMPTY(clock_scriptures_by_type)
return ..()


/datum/action/cooldown/spell/pointed/slab/InterceptClickOn(mob/living/caller, params, atom/clicked_atom)
parent_scripture?.click_on(clicked_atom)

/datum/action/cooldown/spell/pointed/slab/InterceptClickOn(mob/living/caller, params, atom/target)
parent_scripture?.click_on(target)


/// Generate all scriptures in a global assoc of name:ref. Only needs to be done once
Expand Down

0 comments on commit 560af72

Please sign in to comment.