mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Botany Plant Additions
> Reintroduced a number of previously removed plants: + Tobacco + Space Tobacco + Tea Aspera + Tea Astra + Coffee Arabica + Coffee Robusta + Moonflower + Novaflower + Koibean > Fixed a typo preventing the mutation of Blood tomatoes into Killer Tomatoes. > Added an additional version of both tea and coffee powders and drinks. > Added additional tea and coffee recipes to make and utilize the new versions. > Added coffee arabica, tobacco, and tea aspera seeds to seed vending machines.
This commit is contained in:
@@ -133,9 +133,9 @@
|
||||
/*
|
||||
* Sun/Novaflower
|
||||
*/
|
||||
/obj/item/weapon/grown/sunflower/attack(mob/M as mob, mob/user as mob)
|
||||
M << "<font color='green'><b> [user] smacks you with a sunflower!</font><font color='yellow'><b>FLOWER POWER<b></font>"
|
||||
user << "<font color='green'> Your sunflower's </font><font color='yellow'><b>FLOWER POWER</b></font><font color='green'> strikes [M]</font>"
|
||||
/obj/item/weapon/grown/novaflower/attack(mob/M as mob, mob/user as mob)
|
||||
M << "<font color='green'><b> [user] smacks you with a novaflower!</font><font color='yellow'><b>FLOWER POWER<b></font>"
|
||||
user << "<font color='green'> Your novaflower's </font><font color='yellow'><b>FLOWER POWER</b></font><font color='green'> strikes [M]</font>"
|
||||
|
||||
/obj/item/weapon/grown/novaflower/attack(mob/living/carbon/M as mob, mob/user as mob)
|
||||
if(!..()) return
|
||||
|
||||
Reference in New Issue
Block a user