This commit is contained in:
Poojawa
2018-09-11 02:49:41 -05:00
parent 09512a6001
commit b6430559e9
104 changed files with 1522 additions and 765 deletions
+2 -2
View File
@@ -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)