mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #7818 from Crazylemon64/item_stumbling
Item stumbling refactor
This commit is contained in:
@@ -38,10 +38,11 @@
|
||||
desc = "A portable microcomputer by Thinktronic Systems, LTD. The surface is coated with polytetrafluoroethylene and banana drippings."
|
||||
ttone = "honk"
|
||||
|
||||
/obj/item/device/pda/clown/Crossed(AM as mob|obj) //Clown PDA is slippery.
|
||||
if(istype(AM, /mob/living/carbon))
|
||||
var/mob/living/carbon/M = AM
|
||||
M.slip("pda", 8, 5, 0, 1)
|
||||
trip_stun = 8
|
||||
trip_weaken = 5
|
||||
trip_chance = 100
|
||||
trip_walksafe = TRUE
|
||||
trip_verb = TV_SLIP
|
||||
|
||||
/obj/item/device/pda/mime
|
||||
default_cartridge = /obj/item/weapon/cartridge/mime
|
||||
|
||||
Reference in New Issue
Block a user