Merge branch 'hydroponics' of https://github.com/Zuhayr/Baystation12 into hydroponics

This commit is contained in:
Zuhayr
2014-07-26 15:45:26 +09:30
30 changed files with 3698 additions and 3261 deletions

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