mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes journals, quik-pay and credit symbol use (#21844)
Three for one. - The ability to write in journals held in ones hand was restored. - The quik-pay quick-input now works properly. - The credit symbol use was standardised to use 5电 and inserted into a few places where it used credit instead.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
if(!istype(paper) || paper.loc != src)
|
||||
return
|
||||
var/obj/item/pen = usr.get_inactive_hand()
|
||||
if(!pen || !pen.tool_behaviour == TOOL_PEN)
|
||||
if(!pen || pen.tool_behaviour != TOOL_PEN)
|
||||
pen = usr.get_active_hand()
|
||||
if(pen?.tool_behaviour == TOOL_PEN)
|
||||
paper.attackby(pen, usr)
|
||||
|
||||
Reference in New Issue
Block a user