mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Removed all prefixes of type 'paper - '
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
var/obj/item/weapon/paper/P = new /obj/item/weapon/paper( src.host.loc )
|
||||
P.info = print_data
|
||||
if(print_title)
|
||||
P.name = "paper - '[print_title]'"
|
||||
P.name = "[print_title]"
|
||||
|
||||
src.printing = 0
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user