mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 18:21:56 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
/obj/beam/a_laser/pulse_laser
|
|
name = "pulse laser"
|
|
icon_state = "u_laser"
|
|
|
|
Bump(atom/A)
|
|
spawn()
|
|
if(A)
|
|
A.bullet_act(PROJECTILE_PULSE)
|
|
del(src) |