It's CentCOM not CentCOMM

I swear to god I have fixed this like three times already and somehow it
keeps coming back.
This commit is contained in:
Spades
2017-07-21 04:29:39 -04:00
parent f78c2281c2
commit 7e4417d31f
20 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -175,7 +175,7 @@
teleatom.visible_message("<span class='danger'>\The [teleatom] bounces off of the portal!</span>")
return 0
if(destination.z in using_map.admin_levels) //centcomm z-level
if(destination.z in using_map.admin_levels) //CentCom z-level
if(istype(teleatom, /obj/mecha))
var/obj/mecha/MM = teleatom
MM.occupant << "<span class='danger'>\The [MM] would not survive the jump to a location so far away!</span>"