mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
-tg- pull refactor
This commit does the following: - Overhauls how pull works. It is now based on a mob verb, mob/verb/pulled() - Makes the pull icon much more responsive. It is now updated whenever a mob starts or stops pulling an object, and instantly updates. - This required HUD changes. God help me.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/atom/movable/verb/pull()
|
||||
set name = "Pull"
|
||||
set category = null
|
||||
set src in oview(1)
|
||||
|
||||
if(Adjacent(usr))
|
||||
usr.start_pulling(src)
|
||||
return
|
||||
Reference in New Issue
Block a user