Adds Security Fines (#31857)

* Adds Fines

* Forgot one

* Enhanced Clarity

* Fixes issue with linked account

* If no crime stated, states in the fine message

* Updates fine scanner sprite

* Updates fine scanner behavior

* Adds comment to records

* Apply suggestions from code review

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Removes capitalization

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2026-05-17 09:45:07 +00:00
committed by GitHub
co-authored by JimKil3
parent ace27c0334
commit 6b9c333636
7 changed files with 117 additions and 0 deletions
@@ -67,6 +67,7 @@
new /obj/item/reagent_containers/drinks/flask/barflask(src)
new /obj/item/clothing/mask/gas/sechailer(src)
new /obj/item/autosurgeon/organ/one_use/sec_hud(src)
new /obj/item/fine_scanner(src)
/obj/structure/closet/secure_closet/warden
name = "warden's locker"
@@ -89,6 +90,7 @@
new /obj/item/storage/box/holobadge(src)
new /obj/item/clothing/gloves/color/black/krav_maga/sec(src)
new /obj/item/clothing/mask/gas/sechailer(src)
new /obj/item/fine_scanner(src)
/obj/structure/closet/secure_closet/security
name = "security officer's locker"
@@ -110,6 +112,7 @@
new /obj/item/flashlight/seclite(src)
new /obj/item/clothing/head/helmet(src)
new /obj/item/clothing/suit/armor/secjacket(src)
new /obj/item/fine_scanner(src)
/obj/structure/closet/secure_closet/evidence
name = "evidence locker"
@@ -211,6 +214,7 @@
new /obj/item/storage/box/tapes(src)
new /obj/item/taperecorder(src)
new /obj/item/storage/briefcase/crimekit(src)
new /obj/item/fine_scanner(src)
/obj/structure/closet/secure_closet/injection
name = "lethal injections locker"