ports "Adds superlube to the clown ruin" and buffs clown PDAs

This commit is contained in:
Ghommie
2019-11-11 23:10:22 +01:00
parent c4849ead74
commit e50c56150e
6 changed files with 70 additions and 63 deletions
@@ -10,7 +10,7 @@
/obj/item/pda/clown/Initialize()
. = ..()
AddComponent(/datum/component/slippery, 120, NO_SLIP_WHEN_WALKING, CALLBACK(src, .proc/AfterSlip))
AddComponent(/datum/component/slippery, 120, NO_SLIP_WHEN_WALKING|SLIP_WHEN_JOGGING, CALLBACK(src, .proc/AfterSlip))
/obj/item/pda/clown/proc/AfterSlip(mob/living/carbon/human/M)
if (istype(M) && (M.real_name != owner))