Fancy Alt-Clicking for blob and others

This commit is contained in:
ZomgPonies
2013-09-24 20:12:12 -04:00
parent 6b90da203f
commit e3556791a7
5 changed files with 91 additions and 2 deletions
+10
View File
@@ -735,6 +735,16 @@ note dizziness decrements automatically in the mob's Life() proc.
if("holdervar")
statpanel("Spells","[S.holder_var_type] [S.holder_var_amount]",S)
if(listed_turf)
if(get_dist(listed_turf,src) > 1)
listed_turf = null
else
statpanel(listed_turf.name,listed_turf.name,listed_turf)
for(var/atom/A in listed_turf)
if(A.invisibility > see_invisible)
continue
statpanel(listed_turf.name,A.name,A)
// facing verbs
+2
View File
@@ -217,3 +217,5 @@
var/can_stand = 1 //Whether this mob have ability to stand
var/immune_to_ssd = 0
var/turf/listed_turf = null