mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Fixes #11300
Atoms crossing a smoke cloud now get splashed with up to 10 units of reagent.
This commit is contained in:
@@ -280,14 +280,15 @@
|
||||
if(I)
|
||||
if(I.flags & MASKCOVERSEYES)
|
||||
eyes_covered = 1
|
||||
eye_protection = I
|
||||
eye_protection = I.name
|
||||
if(I.flags & MASKCOVERSMOUTH)
|
||||
mouth_covered = 1
|
||||
face_protection = I
|
||||
face_protection = I.name
|
||||
|
||||
var/message = null
|
||||
if(eyes_covered)
|
||||
message = "<span class='warning'>Your [eye_protection] protects your eyes from the pepperspray!</span>"
|
||||
if(!mouth_covered)
|
||||
message = "<span class='warning'>Your [eye_protection] protects your eyes from the pepperspray!</span>"
|
||||
else
|
||||
message = "<span class='warning'>The pepperspray gets in your eyes!</span>"
|
||||
if(mouth_covered)
|
||||
|
||||
Reference in New Issue
Block a user