Just the fix to random med item now

This commit is contained in:
Spades
2016-09-04 17:32:21 -04:00
parent a0cc7c1050
commit 50140d6ad6
+1 -3
View File
@@ -11,11 +11,9 @@
..()
if (!prob(spawn_nothing_percentage))
spawn_item()
/obj/random/initialize()
..()
qdel(src)
// this function should return a specific item to spawn
/obj/random/proc/item_to_spawn()
return 0