mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Multitool menu.
Begins work on allowing the multitool to modify and alter more equipment than ever.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/datum/expansion
|
||||
|
||||
/datum/expansion
|
||||
var/atom/holder = null // The holder
|
||||
|
||||
/datum/expansion/New(var/atom/holder)
|
||||
if(!istype(holder))
|
||||
CRASH()
|
||||
src.holder = holder
|
||||
..()
|
||||
|
||||
/datum/expansion/Destroy()
|
||||
holder = null
|
||||
return ..()
|
||||
@@ -0,0 +1,2 @@
|
||||
/datum/expansion/multitool/proc/interact()
|
||||
return
|
||||
Reference in New Issue
Block a user