Make Ctrl-Click unpull work by using the verb

Did not realize this didn't use the verb.
This commit is contained in:
Bjorn Neergaard
2015-12-01 23:08:07 -05:00
parent 8b77dd0de1
commit e96590ff59
2 changed files with 4 additions and 4 deletions
+4 -3
View File
@@ -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
-1
View File
@@ -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())