mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Hydro vines are entirely commented out due to their annoying habit of crashing the server.. Alium weeds should still work.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@605 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -723,9 +723,9 @@ datum
|
||||
return
|
||||
*/
|
||||
reaction_obj(var/obj/O, var/volume)
|
||||
if(istype(O,/obj/plant/vine/))
|
||||
O:life -= rand(15,35) // Kills vines nicely // Not tested as vines don't work in R41
|
||||
else if(istype(O,/obj/alien/weeds/))
|
||||
// if(istype(O,/obj/plant/vine/))
|
||||
// O:life -= rand(15,35) // Kills vines nicely // Not tested as vines don't work in R41
|
||||
if(istype(O,/obj/alien/weeds/))
|
||||
O:health -= rand(15,35) // Kills alien weeds pretty fast
|
||||
O:healthcheck()
|
||||
// Damage that is done to growing plants is separately
|
||||
|
||||
Reference in New Issue
Block a user