Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Botany squishy plants runtime [PL] #19937

Open
GDNgit opened this issue Dec 16, 2022 · 1 comment
Open

Botany squishy plants runtime [PL] #19937

GDNgit opened this issue Dec 16, 2022 · 1 comment
Labels
Runtime This issue is a runtime error

Comments

@GDNgit
Copy link
Contributor

GDNgit commented Dec 16, 2022

[2022-12-16T02:32:59] Runtime in grown.dm,146: Cannot execute null.reaction().
[2022-12-16T02:32:59]   proc name: squash (/obj/item/reagent_containers/food/snacks/grown/proc/squash)
[2022-12-16T02:32:59]   src: the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace)
[2022-12-16T02:32:59]   src.loc: null
[2022-12-16T02:32:59]   call stack:
[2022-12-16T02:32:59]   the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace): squash(Slippin Jimmy (/mob/living/carbon/human))
[2022-12-16T02:32:59]   the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace): throw impact(Slippin Jimmy (/mob/living/carbon/human), /datum/thrownthing (/datum/thrownthing), 2)
[2022-12-16T02:32:59]   /datum/thrownthing (/datum/thrownthing): finalize(1, Slippin Jimmy (/mob/living/carbon/human))
[2022-12-16T02:32:59]   /datum/thrownthing (/datum/thrownthing): hit atom(Slippin Jimmy (/mob/living/carbon/human))
[2022-12-16T02:32:59]   the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace): Bump(Slippin Jimmy (/mob/living/carbon/human), 1)
[2022-12-16T02:32:59]   the floor (126,121,2) (/turf/simulated/floor/plasteel): Enter(the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace), the floor (127,121,2) (/turf/simulated/floor/plasteel))
[2022-12-16T02:32:59]   the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace): Move(the floor (126,121,2) (/turf/simulated/floor/plasteel), 8, null)
[2022-12-16T02:32:59]   the bluespace tomato (/obj/item/reagent_containers/food/snacks/grown/tomato/blue/bluespace): Move(the floor (126,121,2) (/turf/simulated/floor/plasteel), 9, null)
[2022-12-16T02:32:59]   /datum/thrownthing (/datum/thrownthing): tick()
[2022-12-16T02:32:59]   Throwing (/datum/controller/subsystem/throwing): fire(0)
[2022-12-16T02:32:59]   Throwing (/datum/controller/subsystem/throwing): ignite(0)
[2022-12-16T02:32:59]   Master (/datum/controller/master): RunQueue()
[2022-12-16T02:32:59]   Master (/datum/controller/master): Loop()
[2022-12-16T02:32:59]   Master (/datum/controller/master): StartProcessing(0)

looks like it managed to have reagents, and not have reagents at the same time

@matttheficus matttheficus added the Runtime This issue is a runtime error label Dec 17, 2022
@silverplatedelta
Copy link
Contributor

This still occurs on occasion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Runtime This issue is a runtime error
Projects
Status: Cause Unknown
Development

No branches or pull requests

3 participants