mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +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:
@@ -62,7 +62,7 @@
|
||||
|
||||
var/datum/effect/effect/system/ion_trail_follow/ion_trail = null
|
||||
var/obj/item/shield_projector/shields = null
|
||||
var/obj/item/storage/bag/ore/my_storage = null
|
||||
var/obj/item/ore_bag/my_storage = null
|
||||
|
||||
var/last_search = 0
|
||||
var/search_cooldown = 5 SECONDS
|
||||
@@ -74,7 +74,7 @@
|
||||
ion_trail.set_up(src)
|
||||
ion_trail.start()
|
||||
|
||||
my_storage = new /obj/item/storage/bag/ore(src)
|
||||
my_storage = new /obj/item/ore_bag(src)
|
||||
shields = new /obj/item/shield_projector/rectangle/automatic/drone(src)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user