Add a lot of clothes/armor/suits/spacesuits/rigs

This commit is contained in:
Chompstation Bot
2021-07-12 23:46:33 +00:00
committed by Darlantan
parent b246cfd374
commit b974746755
51 changed files with 2969 additions and 188 deletions

View File

@@ -10,7 +10,7 @@
mod_list(target, null, "list", "contents", target_index, autodetect_class = FALSE)
if(href_list[VV_HK_LIST_REMOVE])
var/variable = target[target_index]
var/prompt = tgui_alert(usr, "Do you want to remove item number [target_index] from list?", "Confirm", "Yes", "No")
var/prompt = tgui_alert(usr, "Do you want to remove item number [target_index] from list?", "Confirm", list("Yes", "No"))
if (prompt != "Yes")
return
target.Cut(target_index, target_index+1)