mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
slippery component
This commit is contained in:
@@ -38,11 +38,8 @@
|
||||
desc = "A portable microcomputer by Thinktronic Systems, LTD. The surface is coated with polytetrafluoroethylene and banana drippings."
|
||||
ttone = "honk"
|
||||
|
||||
trip_stun = 8
|
||||
trip_weaken = 5
|
||||
trip_chance = 100
|
||||
trip_walksafe = TRUE
|
||||
trip_verb = TV_SLIP
|
||||
/obj/item/pda/clown/ComponentInitialize()
|
||||
AddComponent(/datum/component/slippery, src, 8, 5, 100)
|
||||
|
||||
/obj/item/pda/mime
|
||||
default_cartridge = /obj/item/cartridge/mime
|
||||
@@ -191,7 +188,7 @@
|
||||
var/datum/data/pda/app/messenger/M = find_program(/datum/data/pda/app/messenger)
|
||||
if(M)
|
||||
M.m_hidden = 1
|
||||
|
||||
|
||||
//Some spare PDAs in a box
|
||||
/obj/item/storage/box/PDAs
|
||||
name = "spare PDAs"
|
||||
|
||||
Reference in New Issue
Block a user