Fixes alt click, themes a little, and re enter corpse

This commit is contained in:
Artur
2020-09-07 13:06:34 +03:00
parent a175c397f0
commit 589bedcfaf
8 changed files with 430 additions and 38 deletions
+4
View File
@@ -324,6 +324,10 @@
/mob/proc/AltClickOn(atom/A)
if(!A.AltClick(src))
altclick_listed_turf(A)
. = SEND_SIGNAL(src, COMSIG_MOB_ALTCLICKON, A)
if(. & COMSIG_MOB_CANCEL_CLICKON)
return
A.AltClick(src)
/mob/proc/altclick_listed_turf(atom/A)
var/turf/T = get_turf(A)