mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Podman fix.
This commit is contained in:
@@ -88,7 +88,7 @@ Growing it to term with nothing injected will grab a ghost from the observers. *
|
||||
ghost = pick(candidates)
|
||||
|
||||
//If we don't have a ghost or the ghost is now unplayed, we just give the harvester some seeds.
|
||||
if(!ghost || !(ghost.ckey))
|
||||
if(!ghost || !(ghost.ckey) || ghost.stat != 2)
|
||||
user << "The pod has formed badly, and all you can do is salvage some of the seeds."
|
||||
var/seed_count = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user