2016 Bugfix Roundup (#10731)

Fixes #833
Fixes #934
Fixes #1125
Fixes #1186
This commit is contained in:
Wildkins
2020-12-06 15:09:05 +02:00
committed by GitHub
parent 4c5ee9fb45
commit 23791c531b
7 changed files with 35 additions and 15 deletions
+2 -6
View File
@@ -341,14 +341,10 @@
pointing_effect = new /obj/effect/decal/point(tile)
pointing_effect.invisibility = invisibility
addtimer(CALLBACK(src, .proc/clear_point), 20)
addtimer(CALLBACK(GLOBAL_PROC, /proc/qdel, pointing_effect), 2 SECONDS)
face_atom(A)
return 1
/mob/proc/clear_point()
QDEL_NULL(pointing_effect)
/datum/mobl // I have no idea what the fuck this is, but it's better for it to be a datum than an /obj/effect.
var/list/container = list()
var/master
@@ -1448,4 +1444,4 @@
if(!check_has_body_select())
return
var/obj/screen/zone_sel/selector = mob.zone_sel
selector.set_selected_zone(next_in_list(mob.zone_sel.selecting,zones))
selector.set_selected_zone(next_in_list(mob.zone_sel.selecting,zones))