Merge pull request #628 from tigercat2000/FixStatueClick

Add clickdelay to attacking statues & lights
This commit is contained in:
Fox-McCloud
2015-03-22 17:59:00 -04:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -345,7 +345,7 @@
// attack with item - insert light (if right type), otherwise try to break the light
/obj/machinery/light/attackby(obj/item/W, mob/living/user, params)
user.changeNext_move(CLICK_CD_MELEE) //does not call parent requires manual definition
//Light replacer code
if(istype(W, /obj/item/device/lightreplacer))
var/obj/item/device/lightreplacer/LR = W