Merge pull request #25667 from ChangelingRain/adminmacros

Makes a few things use admin macros
This commit is contained in:
Leo
2017-04-02 14:57:21 -03:00
committed by GitHub
2 changed files with 4 additions and 7 deletions
@@ -45,7 +45,7 @@
mouse_opacity = 2 // Easier to click on in melee, they're giant targets anyway
/mob/living/simple_animal/hostile/megafauna/Destroy()
qdel(internal)
QDEL_NULL(internal)
. = ..()
/mob/living/simple_animal/hostile/megafauna/death(gibbed)
@@ -86,10 +86,7 @@
if(!.)
return
var/turf/newloc = loc
message_admins("Megafauna [src] \
(<A HREF='?_src_=holder;adminplayerobservefollow=\ref[src]'>FLW</A>) \
moved via shuttle from ([oldloc.x],[oldloc.y],[oldloc.z]) to \
([newloc.x],[newloc.y],[newloc.z])")
message_admins("Megafauna [src] [ADMIN_FLW(src)] moved via shuttle from [ADMIN_COORDJMP(oldloc)] to [ADMIN_COORDJMP(newloc)]")
/mob/living/simple_animal/hostile/megafauna/proc/devour(mob/living/L)
if(!L)