mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Conflict Resolution
This commit is contained in:
@@ -12,12 +12,6 @@
|
||||
var/radiation_count = 0
|
||||
var/datum/looping_sound/geiger/soundloop
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/item/device/geiger/New()
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
/obj/item/device/geiger/Destroy()
|
||||
=======
|
||||
/obj/item/device/geiger/Initialize()
|
||||
START_PROCESSING(SSobj, src)
|
||||
soundloop = new(list(src), FALSE)
|
||||
@@ -26,7 +20,6 @@
|
||||
/obj/item/device/geiger/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
QDEL_NULL(soundloop)
|
||||
>>>>>>> 5fb77b3... Merge pull request #5791 from Neerti/looping_sounds
|
||||
return ..()
|
||||
|
||||
/obj/item/device/geiger/process()
|
||||
|
||||
Reference in New Issue
Block a user