Skip to content

Commit

Permalink
Fix typo in /obj/item/card/id/away/hotel/security (tgstation#57641)
Browse files Browse the repository at this point in the history
  • Loading branch information
spessbro authored Mar 13, 2021
1 parent 7e0522e commit 66ab2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _maps/RandomRuins/SpaceRuins/spacehotel.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3990,7 +3990,7 @@
/area/ruin/space/has_grav/hotel/pool)
"lS" = (
/obj/structure/table,
/obj/item/card/id/away/hotel/securty,
/obj/item/card/id/away/hotel/security,
/obj/effect/turf_decal/tile/red{
dir = 1
},
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/cards_ids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
desc = "A staff ID used to access the hotel's doors."
trim = /datum/id_trim/away/hotel

/obj/item/card/id/away/hotel/securty
/obj/item/card/id/away/hotel/security
name = "Officer ID"
trim = /datum/id_trim/away/hotel/security

Expand Down

0 comments on commit 66ab2d1

Please sign in to comment.