mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes heads not having a real name (#23281)
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
for(var/X in list(owner.glasses, owner.ears, owner.wear_mask, owner.head))
|
||||
var/obj/item/I = X
|
||||
owner.unEquip(I, 1)
|
||||
name = "[owner]'s head"
|
||||
name = "[owner.real_name]'s head"
|
||||
..()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user