Makes the code OpenDream compileable (#17155)

This commit is contained in:
Selis
2025-02-24 23:27:48 +01:00
committed by GitHub
parent e6cc64edea
commit 1f1dbcdb2f
8 changed files with 54 additions and 35 deletions
@@ -404,7 +404,7 @@
/mob/living/carbon/human/proc/alraune_fruit_pick()
set name = "Pick Fruit"
set desc = "Pick fruit off of [src]."
set desc = "Pick fruit off of the fruit gland."
set category = "Object"
set src in view(1)
@@ -322,7 +322,7 @@
if(!destinations.len)
to_chat(src, span_warning("There is nowhere nearby to land! You need to get closer to somewhere else that you can transition to before you can transition."))
return
for(var/obj/effect/landmark/stardog/l in destinations)
//for(var/obj/effect/landmark/stardog/l in destinations)
var/obj/effect/overmap/visitable/our_dest = tgui_input_list(src, "Where would you like to try to go?", "Transition", destinations, timeout = 15 SECONDS, strict_modern = TRUE)
if(!our_dest)
to_chat(src, span_warning("You decide not to transition."))