mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Compilation fix.
This commit is contained in:
@@ -342,7 +342,7 @@
|
|||||||
R.amount = rand(5,25)
|
R.amount = rand(5,25)
|
||||||
|
|
||||||
if(2)
|
if(2)
|
||||||
var/obj/item/stack/tile/plasteel/R = new(src)
|
var/obj/item/stack/material/plasteel/R = new(src)
|
||||||
R.amount = rand(5,25)
|
R.amount = rand(5,25)
|
||||||
|
|
||||||
if(3)
|
if(3)
|
||||||
|
|||||||
Reference in New Issue
Block a user