| [G.name] Gang: [round((G.territory.len/GLOB.start_state.num_territories)*100, 1)]% Control | |
"
for(var/datum/mind/N in G.bosses)
var/mob/M = N.current
if(!M)
diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm
index c1780e4a34..af3505deed 100644
--- a/code/modules/admin/topic.dm
+++ b/code/modules/admin/topic.dm
@@ -1511,17 +1511,6 @@
usr.client.cmd_admin_animalize(M)
- else if(href_list["gangpoints"])
- var/datum/gang/G = locate(href_list["gangpoints"]) in SSticker.mode.gangs
- if(G)
- var/newpoints = input("Set [G.name ] Gang's influence.","Set Influence",G.points) as null|num
- if(!newpoints)
- return
- message_admins("[key_name_admin(usr)] changed the [G.name] Gang's influence from [G.points] to [newpoints].")
- log_admin("[key_name(usr)] changed the [G.name] Gang's influence from [G.points] to [newpoints].")
- G.points = newpoints
- G.message_gangtools("Your gang now has [G.points] influence.")
-
else if(href_list["adminplayeropts"])
var/mob/M = locate(href_list["adminplayeropts"])
show_player_panel(M)
diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm
index 6aedfc13e6..8a06ebd0da 100644
--- a/code/modules/clothing/under/miscellaneous.dm
+++ b/code/modules/clothing/under/miscellaneous.dm
@@ -211,6 +211,14 @@
item_state = "black_suit_fem"
item_color = "black_suit_fem"
+/obj/item/clothing/under/suit_jacket/green
+ name = "green suit"
+ desc = "A green suit and yellow necktie. Baller."
+ icon_state = "green_suit"
+ item_state = "dg_suit"
+ item_color = "green_suit"
+ can_adjust = 0
+
/obj/item/clothing/under/suit_jacket/red
name = "red suit"
desc = "A red suit and blue tie. Somewhat formal."
diff --git a/icons/mob/belt.dmi b/icons/mob/belt.dmi
index b9ddf04153..8fbd06a23b 100644
Binary files a/icons/mob/belt.dmi and b/icons/mob/belt.dmi differ
diff --git a/icons/mob/neck.dmi b/icons/mob/neck.dmi
index 53bc261686..de13308f37 100644
Binary files a/icons/mob/neck.dmi and b/icons/mob/neck.dmi differ
diff --git a/icons/obj/clothing/belts.dmi b/icons/obj/clothing/belts.dmi
index 263e51400a..441f334ca7 100644
Binary files a/icons/obj/clothing/belts.dmi and b/icons/obj/clothing/belts.dmi differ
diff --git a/icons/obj/clothing/gloves.dmi b/icons/obj/clothing/gloves.dmi
index fd078d775c..48f37887cf 100644
Binary files a/icons/obj/clothing/gloves.dmi and b/icons/obj/clothing/gloves.dmi differ
diff --git a/icons/obj/clothing/masks.dmi b/icons/obj/clothing/masks.dmi
index 7a3c416b94..c0f2d46f62 100644
Binary files a/icons/obj/clothing/masks.dmi and b/icons/obj/clothing/masks.dmi differ
diff --git a/icons/obj/clothing/shoes.dmi b/icons/obj/clothing/shoes.dmi
index 90e4ee5332..d936e41df4 100644
Binary files a/icons/obj/clothing/shoes.dmi and b/icons/obj/clothing/shoes.dmi differ