* Added a debug verb for counting non-turf instances during rounds.

* Added a category to the kaboom verb.
This commit is contained in:
Giacomand
2013-08-04 21:42:36 +01:00
parent b0480cfcd2
commit 13d76e6da2
2 changed files with 20 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
/client/proc/kaboom()
set category = "Debug"
var/power = input(src, "power?", "power?") as num
var/turf/T = get_turf(src.mob)
explosion_rec(T, power)