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

View File

@@ -937,6 +937,16 @@ Total SMES charging rate should not exceed total power generation rate, or an ov
var/text_underline = 0
var/text_break = 0
/obj/item/weapon/banhammer
desc = "A banhammer"
name = "Banhammer"
icon = 'items.dmi'
icon_state = "toyhammer"
flags = FPRINT | ONBELT | TABLEPASS
throwforce = 0
w_class = 1.0
throw_speed = 7
throw_range = 15
/obj/item/weapon/pen/sleepypen
desc = "It's a normal black ink pen with a sharp point."

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)