mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 23:01:35 +00:00
Converts over the missing TGUI input lists (#23859)
* Converts over the missing TGUI input lists * last fixes * num revert
This commit is contained in:
@@ -428,7 +428,7 @@ Recharging stations are available in robotics, the dormitory bathrooms, and the
|
||||
var/mob/living/simple_animal/diona/D = nymphs[1]
|
||||
D.split(TRUE)
|
||||
else
|
||||
var/mob/living/simple_animal/diona/D = input("Select a nymph to drop:", "Nymph Dropping", nymphs[1]) as anything in nymphs
|
||||
var/mob/living/simple_animal/diona/D = tgui_input_list(usr, "Select a nymph to drop:", "Nymph Dropping", nymphs)
|
||||
if(D in usr.contents)
|
||||
D.split(TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user