Skip to content

Commit

Permalink
[MIRROR] FIx: rig_modules.dmi absence of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Feb 16, 2024
1 parent a3caa8e commit 3310865
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/spacesuits/rig/modules/combat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@

name = "hand-mounted powerfists"
desc = "A pair of heavy powerfists to be installed into a hardsuit gauntlets."
icon_state = "module"
icon_state = "powerfist"

suit_overlay_active = null

Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/spacesuits/rig/modules/utility.dm
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@

/obj/item/rig_module/cooling_unit
name = "mounted cooling unit"
icon_state = "cooling"
toggleable = 1
origin_tech = list(TECH_MAGNET = 2, TECH_MATERIAL = 2, TECH_ENGINEERING = 5)
interface_name = "mounted cooling unit"
Expand Down
Binary file modified icons/obj/rig_modules.dmi
Binary file not shown.
2 changes: 1 addition & 1 deletion maps/away/blueriver/blueriver-1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
alpha = 130;
color = "BLUE";
desc = "This looks like an alien power cell. You can make out both of the connections relatively clearly though.";
icon = 'icons/obj/grenade.dmi';
icon = 'icons/obj/weapons/grenade.dmi';
icon_state = "delivery";
name = "alien power cell"
},
Expand Down

0 comments on commit 3310865

Please sign in to comment.