mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 23:21:53 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
/atom/movable/verb/pull()
|
|
set name = "Pull"
|
|
set category = null
|
|
set src in oview(1)
|
|
|
|
if(Adjacent(usr))
|
|
usr.start_pulling(src)
|
|
return
|