Merge pull request #4251 from Citadel-Station-13/upstream-merge-33318
[MIRROR] Fix vending machines nullspacing every item on init
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
if(isnull(amount))
|
||||
amount = 0
|
||||
|
||||
var/atom/temp = new typepath(null)
|
||||
var/atom/temp = typepath
|
||||
var/datum/data/vending_product/R = new /datum/data/vending_product()
|
||||
R.product_name = initial(temp.name)
|
||||
R.product_path = typepath
|
||||
|
||||
Reference in New Issue
Block a user