mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 12:41:46 +00:00
Blob reagents rebalance.
Blob mobs now spawn a FUN reagent mix on death instead of blob spores.
This commit is contained in:
@@ -107,8 +107,10 @@
|
|||||||
var/turf/location = get_turf(src)
|
var/turf/location = get_turf(src)
|
||||||
|
|
||||||
// Create the reagents to put into the air, s-acid is yellow and stings a little
|
// Create the reagents to put into the air, s-acid is yellow and stings a little
|
||||||
create_reagents(25)
|
create_reagents(50)
|
||||||
reagents.add_reagent("spore", 25)
|
reagents.add_reagent("condensedcapsaicin", 10)
|
||||||
|
reagents.add_reagent("zombiepowder", 25)
|
||||||
|
reagents.add_reagent("impedrezene", 15)
|
||||||
|
|
||||||
// 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