mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Cocoa spawning revert
This commit is contained in:
@@ -141,10 +141,8 @@ datum/reagent/honey/reaction_turf(var/turf/T, var/volume)
|
||||
|
||||
/datum/reagent/chocolate/reaction_turf(var/turf/T, var/volume)
|
||||
src = null
|
||||
var/volume_left = volume
|
||||
while(volume_left >= 5)
|
||||
if(volume >= 5)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/cocoa_pile(T)
|
||||
volume_left -= 5
|
||||
return
|
||||
|
||||
/datum/reagent/mugwort
|
||||
|
||||
Reference in New Issue
Block a user