datums
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
RegisterSignal(parent, COMSIG_PARENT_ATTACKBY,.proc/action)
|
||||
update_parent(index)
|
||||
|
||||
/datum/component/construction/proc/examine(mob/user)
|
||||
/datum/component/construction/proc/examine(datum/source, mob/user)
|
||||
if(desc)
|
||||
to_chat(user, desc)
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
else
|
||||
update_parent(index)
|
||||
|
||||
/datum/component/construction/proc/action(obj/item/I, mob/living/user)
|
||||
/datum/component/construction/proc/action(datum/source, obj/item/I, mob/living/user)
|
||||
return check_step(I, user)
|
||||
|
||||
/datum/component/construction/proc/update_index(diff)
|
||||
|
||||
Reference in New Issue
Block a user