This commit is contained in:
Fluffy
2023-12-24 11:18:41 +00:00
committed by GitHub
parent 5f9e01fd27
commit 51a96cb43e
19 changed files with 88 additions and 38 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ var/list/admin_departments
if (!istype(incoming, /obj/item/paper) && !istype(incoming, /obj/item/photo) && !istype(incoming, /obj/item/paper_bundle))
return 0
playsound(loc, "sound/bureaucracy/print.ogg", 75, 1)
playsound(loc, 'sound/bureaucracy/print.ogg', 75, 1)
// give the sprite some time to flick
spawn(20)