mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Make Ctrl-Click unpull work by using the verb
Did not realize this didn't use the verb.
This commit is contained in:
@@ -224,9 +224,10 @@
|
||||
/atom/proc/CtrlClick(mob/user)
|
||||
return
|
||||
|
||||
/atom/movable/CtrlClick(mob/user)
|
||||
if(Adjacent(user))
|
||||
user.start_pulling(src)
|
||||
/atom/movable/CtrlClick(mob/living/user)
|
||||
var/mob/living/ML = user
|
||||
if(istype(ML))
|
||||
ML.pulled(src)
|
||||
|
||||
/*
|
||||
Alt click
|
||||
|
||||
@@ -164,7 +164,6 @@ Sorry Giacom. Please don't be mad :(
|
||||
stop_pulling()
|
||||
else if(AM.Adjacent(src))
|
||||
src.start_pulling(AM)
|
||||
return
|
||||
|
||||
//same as above
|
||||
/mob/living/pointed(atom/A as mob|obj|turf in view())
|
||||
|
||||
Reference in New Issue
Block a user