BANHAMMER added... i was bored :)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@994 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-08 19:13:51 +00:00
parent bd4bf94f39
commit d430cf324f
3 changed files with 16 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
//Banhammer deserves to be the first thing here
/obj/item/weapon/banhammer/attack(mob/M as mob, mob/user as mob)
M << "<font color='red'><b> You have been banned FOR NO REISIN by [user]<b></font>"
user << "<font color='red'> You have <b>BANNED</b> [M]</font>"
/obj/mine/proc/triggerrad(obj)
var/datum/effects/system/spark_spread/s = new /datum/effects/system/spark_spread
s.set_up(3, 1, src)