mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Paving the path for a bigger inventory refactor
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
if(!check_functionality())
|
||||
return FALSE
|
||||
|
||||
var/obj/item/paper/P = new/obj/item/paper(get_turf(holder))
|
||||
var/obj/item/paper/P = new/obj/item/paper(holder.drop_location())
|
||||
|
||||
// Damaged printer causes the resulting paper to be somewhat harder to read.
|
||||
if(damage > damage_malfunction)
|
||||
|
||||
Reference in New Issue
Block a user