Multitool menu.

Begins work on allowing the multitool to modify and alter more equipment than ever.
This commit is contained in:
PsiOmegaDelta
2015-11-17 19:42:41 +01:00
parent 3ff189d919
commit 6370705c02
10 changed files with 72 additions and 21 deletions
+14
View File
@@ -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