mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
Fixes Blob Self Replication
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
if(overmind && overmind.blob_reagent_datum)
|
if(overmind && overmind.blob_reagent_datum)
|
||||||
reagents.add_reagent(overmind.blob_reagent_datum.id, 25)
|
reagents.add_reagent(overmind.blob_reagent_datum.id, 25)
|
||||||
else
|
else
|
||||||
reagents.add_reagent("spore", 25)
|
reagents.add_reagent("spores", 25)
|
||||||
|
|
||||||
// Attach the smoke spreader and setup/start it.
|
// Attach the smoke spreader and setup/start it.
|
||||||
S.attach(location)
|
S.attach(location)
|
||||||
|
|||||||
Reference in New Issue
Block a user