mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Makes the code OpenDream compileable (#17155)
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user