mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fixes numbered contents grouping different things
Also fixes a runtime from the black powder fix. Whoops!
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
for(var/obj/item/I in contents)
|
||||
var/found = 0
|
||||
for(var/datum/numbered_display/ND in numbered_contents)
|
||||
if(ND.sample_object.type == I.type)
|
||||
if(ND.sample_object.type == I.type && ND.sample_object.name == I.name)
|
||||
ND.number++
|
||||
found = 1
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user