mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user