mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
2016 Bugfix Roundup (#10731)
Fixes #833 Fixes #934 Fixes #1125 Fixes #1186
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user