Makes fire extinguishers effective at putting out mob fires

Doubles the amount of water extinguishers carry and quadruples the
amount of water sprayed with each use. Halves the damage taken by slimes
when exposed to water to compensate.

Also refactors chair propelling a bit.
This commit is contained in:
mwerezak
2015-06-21 00:43:15 -04:00
parent 072a91d86e
commit 6a8aeb0153
3 changed files with 46 additions and 57 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
else if(ismob(A) && !M)
M = A
if(M)
reagents.trans_to(M, reagents.total_volume)
reagents.splash(M, reagents.total_volume)
break
if(T == get_turf(target))
break