mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
fixes toggling flashlight removing bayonet overlay (#47053)
* fixes toggling flashlight removing bayonet overlay * Update gun.dm Removed useless if statement, was not needed and referenced something that wasn't intended. His name was Jeremy Tidwell
This commit is contained in:
@@ -482,6 +482,7 @@
|
||||
flashlight_overlay.pixel_x = flight_x_offset
|
||||
flashlight_overlay.pixel_y = flight_y_offset
|
||||
add_overlay(flashlight_overlay, TRUE)
|
||||
add_overlay(knife_overlay, TRUE)
|
||||
else
|
||||
set_light(0)
|
||||
cut_overlays(flashlight_overlay, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user