mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
afterattack(atom/A as mob|obj|turf|area, mob/living/user as mob|obj, flag, params)
|
||||
var/angle = get_angle(A, user)
|
||||
// to_chat(world, angle)
|
||||
|
||||
angle = round(angle) + 45
|
||||
if(angle > 180)
|
||||
angle -= 180
|
||||
@@ -104,10 +103,8 @@
|
||||
if(!angle)
|
||||
angle = 1
|
||||
// to_chat(world, "adjusted [angle]")
|
||||
|
||||
icon_state = "[angle]"
|
||||
// to_chat(world, "[angle] [(get_dist(user, A) - 1)]")
|
||||
|
||||
user.Beam(A, "lightning", 'icons/obj/zap.dmi', 50, 15)
|
||||
|
||||
/obj/item/weapon/newton
|
||||
|
||||
Reference in New Issue
Block a user