Hydroponics rewrite, details will be in PR. Big commit.

This commit is contained in:
Zuhayr
2014-07-25 22:16:04 +09:30
parent 7fb8f30cc7
commit 4d1812ba2b
18 changed files with 297 additions and 1129 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
var/damage = rand(15,30)
var/mob/living/carbon/human/H = M
if(!istype(M))
if(!istype(H))
H << "\red You land heavily!"
M.adjustBruteLoss(damage)
return