mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] prison plates now include their name in a lot of places it was missing [MDB IGNORE] (#9729)
* prison plates now include their name in a lot of places it was missing (#63068) * prison plates now include their name in a lot of places it was missing Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
/obj/item/stack/license_plates/empty
|
||||
name = "empty license plate"
|
||||
singular_name = "empty license plate"
|
||||
desc = "Instead of a license plate number, this could contain a quote like \"Live laugh love\"."
|
||||
merge_type = /obj/item/stack/license_plates/empty
|
||||
|
||||
@@ -16,6 +17,7 @@
|
||||
|
||||
/obj/item/stack/license_plates/filled
|
||||
name = "license plate"
|
||||
singular_name = "license plate"
|
||||
desc = "Prison labor paying off."
|
||||
icon_state = "filled_plate_1_1"
|
||||
merge_type = /obj/item/stack/license_plates/filled
|
||||
|
||||
Reference in New Issue
Block a user