mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 00:13:55 +00:00
* Completely removes `proc_holders` from existence. Refactors all wizard, xeno, spider, and genetics powers to be actions. Also refactors and sorts ton of accompanying code. * our changes * yes * 0 * Update blackmesa.dmm Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
/datum/action/item_action/adjust
|
|
name = "Adjust Item"
|
|
|
|
/datum/action/item_action/adjust/New(Target)
|
|
..()
|
|
var/obj/item/item_target = target
|
|
name = "Adjust [item_target.name]"
|