- Added the 'splash' and 'kaboom' verbs to 'debug verbs'.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4587 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-30 12:48:28 +00:00
parent 262f1ea7d0
commit 8c05f450aa
4 changed files with 10 additions and 6 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
/* - uncomment this to test it out!
/mob/verb/kaboom()
/client/proc/kaboom()
var/power = input(src, "power?", "power?") as num
var/turf/T = get_turf(src)
explosion_rec(T, power) */
var/turf/T = get_turf(src.mob)
explosion_rec(T, power)
/obj
var/explosion_resistance