mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Untested: Fix outfit equipping not working (#63606)
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
return
|
||||
|
||||
#define EQUIP_OUTFIT_ITEM(item_path, slot_name) if(##item_path) { \
|
||||
H.equip_to_slot_or_del(SSwardrobe.provide_type(##item_path), ##slot_name, TRUE); \
|
||||
H.equip_to_slot_or_del(SSwardrobe.provide_type(##item_path, H), ##slot_name, TRUE); \
|
||||
var/obj/item/outfit_item = H.get_item_by_slot(##slot_name); \
|
||||
if (outfit_item && outfit_item.type == ##item_path) { \
|
||||
outfit_item.on_outfit_equip(H, visualsOnly, ##slot_name); \
|
||||
|
||||
Reference in New Issue
Block a user