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

View File

@@ -54,6 +54,10 @@
if(!((user == loc || (in_range(src, user) && istype(src.loc, /turf)))))
return
if(thearea.tele_proof && !istype(thearea, /area/wizard_station))
user << "A mysterious force disrupts your arcane spell matrix, and you remain where you are."
return
var/datum/effect/system/harmless_smoke_spread/smoke = new /datum/effect/system/harmless_smoke_spread()
smoke.set_up(5, 0, user.loc)
smoke.attach(user)