Various Ragin' Mages fixes

* Additionally, increases the number of memes in the codebase
This commit is contained in:
Crazylemon64
2016-01-13 21:18:34 -08:00
parent 9b96b2be3c
commit de13a4e4d3
8 changed files with 88 additions and 94 deletions
+4
View File
@@ -26,6 +26,10 @@
var/area/thearea = teleportlocs[A]
if(thearea.tele_proof && !istype(thearea, /area/wizard_station))
usr << "A mysterious force disrupts your arcane spell matrix, and you remain where you are."
return
return thearea
/obj/effect/proc_holder/spell/targeted/area_teleport/cast(list/targets,area/thearea)