- Probably not the best idea to give all players a 'kaboom' verb... We've had pens that do that before and it didn't quite work... Commented out the testing verb I left uncommented by accident.

- Added basic liquid simulation code.

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