mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
hydroponics
- Bananas can now be grown (they are now snack/grown/banana) - Sunflowers can now be grown and harvested (very limited use till I add in some seed recipes). Smack people with them for a unique message. - Both seeds are loaded into the seed vendor (for now), vendor is alphabetized. - New seeds added to either of the seed crates. - Move hydroponic items out of the weapon.dm and into hydroponics.dm Nuclear Agents - They have a little S symbol by their head now, that only other Agents can see. Other - Optical Material Scanners are blue goggles now, rather than a blind fold. Map update was just to update all the bananas on clown planet to the new "grown" item path. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1525 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -66,6 +66,10 @@ Deathnettle
|
||||
..()
|
||||
return
|
||||
|
||||
// Sunflower
|
||||
/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>"
|
||||
|
||||
// Nettle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user