up port map tests (#17222)

* up port map tests

* missed lines

* .
This commit is contained in:
Kashargul
2025-03-13 01:16:33 +01:00
committed by GitHub
parent 2351726462
commit 075edb616d
2 changed files with 73 additions and 7 deletions
@@ -571,7 +571,7 @@
choice = show_radial_menu(protie, protie, options, radius = 90)
if(!choice || QDELETED(protie) || protie.incapacitated())
return 0
var/new_color = tgui_color_picker(src, "Pick shell color:","Shell Color", S.dullahan_overlays[3])
var/new_color = tgui_color_picker(protie, "Pick shell color:","Shell Color", S.dullahan_overlays[3])
if(!new_color)
return 0
S.dullahan_overlays[3] = choice //metal overlay is 3, eyes is 4
@@ -590,7 +590,7 @@
choice = show_radial_menu(protie, protie, options, radius = 90)
if(!choice || QDELETED(protie) || protie.incapacitated())
return 0
var/new_color = tgui_color_picker(src, "Pick eye color:","Eye Color", S.dullahan_overlays[4])
var/new_color = tgui_color_picker(protie, "Pick eye color:","Eye Color", S.dullahan_overlays[4])
if(!new_color)
return 0
S.dullahan_overlays[4] = choice
@@ -603,7 +603,7 @@
choice = show_radial_menu(protie, protie, options, radius = 90)
if(!choice || QDELETED(protie) || protie.incapacitated())
return 0
var/new_color = tgui_color_picker(src, "Pick decal color:","Decal Color", S.dullahan_overlays[5])
var/new_color = tgui_color_picker(protie, "Pick decal color:","Decal Color", S.dullahan_overlays[5])
if(!new_color)
return 0
S.dullahan_overlays[5] = choice