Adds better admin messaging to boh and fixes summons happening in the wrong places (#38096)

* Adds better admin messaging to boh

* Same for the logs

* chumbis

* I'm a chumbis
This commit is contained in:
Dax Dupont
2018-05-27 14:02:55 -07:00
committed by Tad Hardesty
parent 5c61a3ad5a
commit 4efb660d8c
2 changed files with 5 additions and 2 deletions
@@ -148,6 +148,9 @@ GLOBAL_VAR_INIT(summon_magic_triggered, FALSE)
CRASH("Bad summon_type given: [summon_type]")
for(var/mob/living/carbon/human/H in GLOB.player_list)
var/turf/T = get_turf(H)
if(T && is_away_level(T.z))
continue
if(summon_type == SUMMON_MAGIC)
give_magic(H)
else