mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
ok
This commit is contained in:
@@ -294,8 +294,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/mob/proc/CtrlClickOn(atom/A)
|
/mob/proc/CtrlClickOn(atom/A)
|
||||||
A.CtrlClick(src)
|
return A.CtrlClick(src)
|
||||||
return
|
|
||||||
|
|
||||||
/atom/proc/CtrlClick(mob/user)
|
/atom/proc/CtrlClick(mob/user)
|
||||||
SEND_SIGNAL(src, COMSIG_CLICK_CTRL, user)
|
SEND_SIGNAL(src, COMSIG_CLICK_CTRL, user)
|
||||||
@@ -335,7 +334,8 @@
|
|||||||
var/datum/antagonist/changeling/C = mind.has_antag_datum(/datum/antagonist/changeling)
|
var/datum/antagonist/changeling/C = mind.has_antag_datum(/datum/antagonist/changeling)
|
||||||
if(C && C.chosen_sting)
|
if(C && C.chosen_sting)
|
||||||
C.chosen_sting.try_to_sting(src,A)
|
C.chosen_sting.try_to_sting(src,A)
|
||||||
return
|
DelayNextAction(CLICK_CD_RANGE)
|
||||||
|
return TRUE
|
||||||
..()
|
..()
|
||||||
|
|
||||||
/atom/proc/AltClick(mob/user)
|
/atom/proc/AltClick(mob/user)
|
||||||
|
|||||||
Reference in New Issue
Block a user