mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Nt rep stamp
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
var/image/img //and puts a matching
|
||||
for(var/j = 1, j <= temp_overlays.len, j++) //gray overlay onto the copy
|
||||
if(copy.ico.len)
|
||||
if(findtext(copy.ico[j], "cap") || findtext(copy.ico[j], "cent"))
|
||||
if(findtext(copy.ico[j], "cap") || findtext(copy.ico[j], "cent") || findtext(copy.ico[j], "rep"))
|
||||
img = image('icons/obj/bureaucracy.dmi', "paper_stamp-circle")
|
||||
else if(findtext(copy.ico[j], "deny"))
|
||||
img = image('icons/obj/bureaucracy.dmi', "paper_stamp-x")
|
||||
|
||||
@@ -72,8 +72,13 @@
|
||||
icon_state = "stamp-clown"
|
||||
item_color = "clown"
|
||||
|
||||
/obj/item/stamp/centcom
|
||||
/obj/item/stamp/rep
|
||||
name = "Nanotrasen Representative's rubber stamp"
|
||||
icon_state = "stamp-rep"
|
||||
item_color = "rep"
|
||||
|
||||
/obj/item/stamp/centcom
|
||||
name = "Central Command rubber stamp"
|
||||
icon_state = "stamp-cent"
|
||||
item_color = "centcom"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user