mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Added:
Numbers' hydroponics syringe injections: Now you can put chemical solutions into hydrotrays and plants will react accordingly. Minihoe for uprooting weeds safely. Added to hydroponics trays. Changed: Advanced ProcCall proc, now actually somewhat useful. Blob expands faster again. Slight Plant-b-Gone buff against alien weeds. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@125 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -612,9 +612,9 @@ datum
|
||||
*/
|
||||
reaction_obj(var/obj/O, var/volume)
|
||||
if(istype(O,/obj/plant/vine/))
|
||||
O:life -= rand(5,30) // Kills vines nicely // Not tested as vines don't work in R41
|
||||
O:life -= rand(15,35) // Kills vines nicely // Not tested as vines don't work in R41
|
||||
else if(istype(O,/obj/alien/weeds/))
|
||||
O:health -= rand(5,25) // Kills alien weeds pretty fast
|
||||
O:health -= rand(15,35) // Kills alien weeds pretty fast
|
||||
O:healthcheck()
|
||||
// Damage that is done to growing plants is separately
|
||||
// at code/game/machinery/hydroponics at obj/item/hydroponics
|
||||
|
||||
Reference in New Issue
Block a user