mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
* map stuff first get this out of my changes * Update vorestation.dme * rest of it * Better Bags * Update ore_bag.dm * Gets rid of bag override * edits * Less Jank * aaa * this doesnt work * LOL WHY * The future is NOW old man * bye bye * no hard refs~ * Update dog_sleeper.dm * Update dog_sleeper.dm
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
var/turf/simulated/mineral/M = T
|
||||
M.GetDrilled(TRUE)
|
||||
if(firer)
|
||||
var/obj/item/storage/bag/ore/orebag = locate(/obj/item/storage/bag/ore) in firer
|
||||
var/obj/item/ore_bag/orebag = locate(/obj/item/ore_bag) in firer
|
||||
if(orebag)
|
||||
for(var/turf/T in RANGE_TURFS(2, target_turf))
|
||||
orebag.gather_all(T, firer, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user