mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Chameleon Jumpsuit now has armor, space tiles now get generated faster, fixed fingerprint runtime, optimized autosay, fixed crates + package wrappers, retired admins are no longer spammed, can now click through blindness, packages and evidence bag contents now count toward traitor objectives, stunning and such stops you instantly, guncode improvements.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
var/ID = 0
|
||||
var/main = 0
|
||||
|
||||
process()
|
||||
fired()
|
||||
main = 1
|
||||
ID = rand(0,1000)
|
||||
var/first = 1
|
||||
@@ -34,7 +34,6 @@
|
||||
new_beam.icon_state = icon_state
|
||||
else
|
||||
first = 0
|
||||
processing_objects.Remove(src)
|
||||
return
|
||||
|
||||
/obj/effect/effect/laserdealer
|
||||
|
||||
@@ -15,6 +15,12 @@
|
||||
stutter = 10
|
||||
flag = "laser" //Give it a better chance to be blocked.
|
||||
|
||||
check_fire(var/mob/living/target as mob, var/mob/living/user as mob)
|
||||
if((target.stunned + target.weakened) > 30)
|
||||
return 2
|
||||
else
|
||||
return ..()
|
||||
|
||||
|
||||
/obj/item/projectile/energy/declone
|
||||
name = "\improper Decloner Bolt"
|
||||
|
||||
Reference in New Issue
Block a user