mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] Adds Trait Genetics (#10142)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d81e145924
commit
7bfffc808d
@@ -578,3 +578,7 @@
|
||||
M.adjustToxLoss(-5)
|
||||
M.adjustOxyLoss(-5)
|
||||
return 1
|
||||
|
||||
/obj/item/projectile/beam/laser_vision
|
||||
name = "laser"
|
||||
damage = 10
|
||||
|
||||
@@ -173,6 +173,7 @@
|
||||
else
|
||||
randmutg(M)
|
||||
domutcheck(M,null)
|
||||
H.UpdateAppearance()
|
||||
else
|
||||
M.adjustFireLoss(rand(5,15))
|
||||
M.show_message(span_red("The radiation beam singes you!"))
|
||||
|
||||
Reference in New Issue
Block a user