mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
adjusts the msg for weedinvasion on empty tray (#20544)
This commit is contained in:
@@ -379,7 +379,7 @@
|
||||
oldPlantName = myseed.plantname
|
||||
QDEL_NULL(myseed)
|
||||
else
|
||||
oldPlantName = "empty tray"
|
||||
oldPlantName = "[name]"
|
||||
switch(rand(1,18)) // randomly pick predominative weed
|
||||
if(16 to 18)
|
||||
myseed = new /obj/item/seeds/reishi(src)
|
||||
|
||||
Reference in New Issue
Block a user