mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
Remaps toxin to be a significantly more pleasing area to work in. Everything was tested thoroughly, save for the doppler array which should be easy to fix if anything is broken.
24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
/obj/item/device/binoculars
|
|
|
|
name = "binoculars"
|
|
desc = "A pair of binoculars."
|
|
icon_state = "binoculars"
|
|
|
|
flags = CONDUCT
|
|
force = 5.0
|
|
w_class = 2.0
|
|
throwforce = 5.0
|
|
throw_range = 15
|
|
throw_speed = 3
|
|
|
|
var/tileoffset = 14
|
|
var/viewsize = 7
|
|
|
|
/obj/item/device/binoculars/attack_self(mob/user)
|
|
zoom(user,tileoffset,viewsize)
|
|
|
|
/obj/item/device/binoculars/high_power
|
|
name = "high power binoculars"
|
|
desc = "A pair of high power binoculars."
|
|
tileoffset = 14*3
|