mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] a few more changes related to map (#11734)
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9abe7a4add
commit
a3cc64cdd2
@@ -139,7 +139,7 @@ GLOBAL_LIST_EMPTY(micro_tunnels)
|
||||
if(!destinations.len)
|
||||
to_chat(user, span_warning("There are no other tunnels connected to this one!"))
|
||||
return
|
||||
else if(destinations.len == 1)
|
||||
else if(destinations.len == 1 || random)
|
||||
choice = pick(destinations)
|
||||
else
|
||||
choice = tgui_input_list(user, "Where would you like to go?", "Pick a tunnel", destinations)
|
||||
|
||||
@@ -226,6 +226,7 @@ GLOBAL_LIST_BOILERPLATE(nanite_turfs, /turf/simulated/floor/water/digestive_enzy
|
||||
nutrients += how_much
|
||||
targetcarbon.mind?.vore_death = TRUE
|
||||
GLOB.prey_digested_roundstat++
|
||||
targetcarbon.ghostize() //prevent runtimes
|
||||
qdel(targetcarbon) //glorp
|
||||
return
|
||||
targetcarbon.adjustFireLoss(damage)
|
||||
|
||||
Reference in New Issue
Block a user