mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
fixes notes on doors not visibly having words (#63783)
Is this REALLY the 2021 fuckup of the year? Anyway, closes #57138
This commit is contained in:
@@ -1384,7 +1384,12 @@
|
||||
if(!note)
|
||||
return
|
||||
else if(istype(note, /obj/item/paper))
|
||||
return "note"
|
||||
var/obj/item/paper/pinned_paper = note
|
||||
if(pinned_paper.info && pinned_paper.show_written_words)
|
||||
return "note_words"
|
||||
else
|
||||
return "note"
|
||||
|
||||
else if(istype(note, /obj/item/photo))
|
||||
return "photo"
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user