mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Optimize a couple things
This commit is contained in:
@@ -70,8 +70,7 @@
|
||||
|
||||
/datum/instrument/Destroy()
|
||||
SSinstruments.instrument_data -= id
|
||||
for(var/i in songs_using)
|
||||
var/datum/song/S = i
|
||||
for(var/datum/song/S as anything in songs_using)
|
||||
S.set_instrument(null)
|
||||
real_samples = null
|
||||
samples = null
|
||||
|
||||
Reference in New Issue
Block a user