mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
VS: Sometimes you use syringes on other things
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
LAZYINITLIST(targets)
|
||||
|
||||
//We can't keep a mob reference, that's a bad idea, so instead name+ref should suffice.
|
||||
var/hash = md5(target.real_name + "\ref[target]")
|
||||
var/name_to_use = ismob(target) ? target.real_name : target.name
|
||||
var/hash = md5(name_to_use + "\ref[target]")
|
||||
|
||||
//Just once!
|
||||
targets |= hash
|
||||
|
||||
Reference in New Issue
Block a user