Merge pull request #12667 from GhostActual/aurora_bureaucracy

Aurora Bureaucracy
This commit is contained in:
Casey
2022-04-06 04:25:12 -04:00
committed by CHOMPStation2
parent 6b35446f12
commit 654d2218f2
7 changed files with 79 additions and 14 deletions

View File

@@ -49,6 +49,10 @@
icon_state = "stamp-deny"
attack_verb = list("DENIED")
/obj/item/weapon/stamp/accepted
name = "\improper ACCEPTED rubber stamp"
icon_state = "stamp-ok"
/obj/item/weapon/stamp/clown
name = "clown's rubber stamp"
icon_state = "stamp-clown"
@@ -73,6 +77,29 @@
name = "\improper Sol Government rubber stamp"
icon_state = "stamp-sg"
/obj/item/weapon/stamp/solgov
name = "\improper Sol Government rubber stamp"
icon_state = "stamp-sg"
/obj/item/weapon/stamp/solgovlogo
name = "\improper Sol Government logo stamp"
icon_state = "stamp-sol"
/obj/item/weapon/stamp/solgovlogo
name = "\improper Sol Government logo stamp"
icon_state = "stamp-sol"
/obj/item/stamp/einstein
name = "\improper Einstein Engines rubber stamp"
icon_state = "stamp-einstein"
/obj/item/stamp/hephaestus
name = "\improper Hephaestus Industries rubber stamp"
icon_state = "stamp-heph"
/obj/item/stamp/zeng_hu
name = "\improper Zeng-Hu Pharmaceuticals rubber stamp"
icon_state = "stamp-zenghu"
// Syndicate stamp to forge documents.
/obj/item/weapon/stamp/chameleon/attack_self(mob/user as mob)