|
279 | 279 | bio = text2num(result["values"][BIO]),\ |
280 | 280 | rad = text2num(result["values"][RAD]),\ |
281 | 281 | fire = text2num(result["values"][FIRE]),\ |
282 | | - acid = text2num(result["values"][ACID])) |
283 | | - log_admin("[key_name(usr)] modified the armor on [src] ([type]) to melee: [armor.melee], bullet: [armor.bullet], laser: [armor.laser], energy: [armor.energy], bomb: [armor.bomb], bio: [armor.bio], fire: [armor.fire], acid: [armor.acid]") |
284 | | - message_admins(span_notice("[key_name_admin(usr)] modified the armor on [src] ([type]) to melee: [armor.melee], bullet: [armor.bullet], laser: [armor.laser], energy: [armor.energy], bomb: [armor.bomb], bio: [armor.bio], fire: [armor.fire], acid: [armor.acid]")) |
| 282 | + acid = text2num(result["values"][ACID]),\ |
| 283 | + electric = text2num(result["values"][ELECTRIC])) |
| 284 | + log_admin("[key_name(usr)] modified the armor on [src] ([type]) to melee: [armor.melee], bullet: [armor.bullet], laser: [armor.laser], energy: [armor.energy], bomb: [armor.bomb], bio: [armor.bio], fire: [armor.fire], acid: [armor.acid], electric: [armor.electric]") |
| 285 | + message_admins(span_notice("[key_name_admin(usr)] modified the armor on [src] ([type]) to melee: [armor.melee], bullet: [armor.bullet], laser: [armor.laser], energy: [armor.energy], bomb: [armor.bomb], bio: [armor.bio], fire: [armor.fire], acid: [armor.acid], electric: [armor.electric]")) |
285 | 286 | if(href_list[VV_HK_MASS_DEL_TYPE]) |
286 | 287 | if(check_rights(R_DEBUG|R_SERVER)) |
287 | 288 | var/action_type = tgui_alert(usr, "Strict type ([type]) or type and all subtypes?",,list("Strict type","Type and subtypes","Cancel")) |
|
0 commit comments