Adds Solfed stamp, recolors NRI stamp (#21861)

adds solfed stamp, redoes NRI stamp
This commit is contained in:
Zonespace
2023-06-22 09:24:55 -07:00
committed by GitHub
parent 46384ba9ee
commit 706b66ddfb
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
// SKYRAT ADDITION: START - Other stamp icons
"stamp-nri" = 'modular_skyrat/master_files/icons/stamp_icons/large_stamp-nri.png',
"stamp-solfed" = 'modular_skyrat/master_files/icons/stamp_icons/large_stamp-solfed.png',
// SKYRAT ADDITION: END - Other stamp icons
"stamp-clown" = 'icons/stamp_icons/large_stamp-clown.png',
@@ -69,8 +69,14 @@
return
/obj/item/stamp/nri
name = "/improper Novaya Rossiyskaya Imperia stamp"
name = "\improper Novaya Rossiyskaya Imperia stamp"
desc = "A rubber stamp for stamping important documents. Used in various NRI documents."
icon = 'modular_skyrat/master_files/icons/obj/bureaucracy.dmi'
icon_state = "stamp-nri"
inhand_icon_state = "stamp"
dye_color = DYE_CENTCOM
/obj/item/stamp/solfed
name = "\improper Solar Federation stamp"
icon = 'modular_skyrat/master_files/icons/obj/bureaucracy.dmi'
icon_state = "stamp-solfed"
dye_color = DYE_CE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B