mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
This reverts commit 27c40bdaf6.
This commit is contained in:
@@ -112,7 +112,7 @@ Pins Below.
|
||||
fail_message = "<span class='warning'>PSIONICS CHECK FAILED.</span>"
|
||||
|
||||
/obj/item/device/firing_pin/psionic/pin_auth(mob/living/user)
|
||||
if(user.has_psionics())
|
||||
if(user.can_commune())
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
|
||||
@@ -469,6 +469,15 @@
|
||||
if(isliving(target))
|
||||
tesla_zap(target, 5, 5000)
|
||||
|
||||
/obj/item/projectile/beam/tesla/master
|
||||
damage = 15
|
||||
|
||||
/obj/item/projectile/beam/tesla/grandmaster
|
||||
damage = 20
|
||||
|
||||
/obj/item/projectile/beam/tesla/paramount
|
||||
damage = 25
|
||||
|
||||
/obj/item/projectile/beam/freezer
|
||||
name = "freezing ray"
|
||||
icon_state = "bluelaser"
|
||||
|
||||
Reference in New Issue
Block a user