Refactor client/Move

This commit is contained in:
Aronai Sieyes
2020-04-30 15:46:51 -04:00
parent a0a3971449
commit 62e5d5a413
3 changed files with 202 additions and 214 deletions

View File

@@ -59,22 +59,11 @@
var/damage = 0.0
var/range = 10.0
/obj/effect/list_container
name = "list container"
/obj/effect/list_container/mobl
name = "mobl"
var/master = null
var/list/container = list( )
/obj/effect/projection
name = "Projection"
desc = "This looks like a projection of something."
anchored = 1.0
/obj/effect/shut_controller
name = "shut controller"
var/moving = null
@@ -114,12 +103,5 @@
user.drop_item()
src.throw_at(target, throw_range, throw_speed, user)
/obj/effect/stop
var/victim = null
icon_state = "empty"
name = "Geas"
desc = "You can't resist."
// name = ""
/obj/effect/spawner
name = "object spawner"