mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes removing objects embedded in yourself (#70389)
Fixes removing objects embedding in yourself, as it was ref'ed to the wrong items since the bodypart refactors.
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
|
||||
for(var/obj/item/embedded_thing in embedded_objects)
|
||||
var/stuck_word = embedded_thing.isEmbedHarmless() ? "stuck" : "embedded"
|
||||
check_list += "\t <a href='?src=[REF(src)];embedded_object=[REF(embedded_thing)];embedded_limb=[REF(body_part)]' class='warning'>There is \a [embedded_thing] [stuck_word] in your [name]!</a>"
|
||||
check_list += "\t <a href='?src=[REF(examiner)];embedded_object=[REF(embedded_thing)];embedded_limb=[REF(src)]' class='warning'>There is \a [embedded_thing] [stuck_word] in your [name]!</a>"
|
||||
|
||||
|
||||
/obj/item/bodypart/blob_act()
|
||||
|
||||
Reference in New Issue
Block a user