Paving the path for a bigger inventory refactor

This commit is contained in:
variableundefined
2018-09-23 22:26:10 +08:00
parent 4269c56eab
commit a499b0fc68
14 changed files with 40 additions and 23 deletions
@@ -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)