mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-29 23:56:22 +01:00
Botany changes
Poisonous plants you'll now eat in a single bite. Because poisoning. Poisoned cyanide death apples enabled in mutations. They look just like normal apples! Be careful. Death nettles buffed significantly, considering it's a tri-department effort to even get them, and that's excluding potency growth.
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
|
||||
/obj/item/weapon/grown/deathnettle/changePotency(newValue) //-QualityVan
|
||||
potency = newValue
|
||||
force = round((5+potency/2.5), 1)
|
||||
force = round((5+potency), 1) ///2.5. deadly nettles because you have earned it.
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user