mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
worn overlays proc sends a signal (#73101)
what the title says, it sends the list of overlays to be edited and some other stuff makes modsuits use this
This commit is contained in:
@@ -264,6 +264,12 @@
|
||||
device = null
|
||||
qdel(src)
|
||||
|
||||
/// Adds the worn overlays to the suit.
|
||||
/obj/item/mod/module/proc/add_module_overlay(obj/item/source, list/overlays, mutable_appearance/standing, isinhands, icon_file)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
overlays += generate_worn_overlay(standing)
|
||||
|
||||
/// Generates an icon to be used for the suit's worn overlays
|
||||
/obj/item/mod/module/proc/generate_worn_overlay(mutable_appearance/standing)
|
||||
. = list()
|
||||
|
||||
Reference in New Issue
Block a user