mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
removing unnecesary double parent proc calls (#49694)
* removing unnecesary double parent proc calls * i made an oopsie
This commit is contained in:
@@ -40,9 +40,8 @@
|
||||
. = ..()
|
||||
|
||||
/obj/item/modular_computer/laptop/update_overlays()
|
||||
. = ..()
|
||||
if(screen_on)
|
||||
..()
|
||||
return ..()
|
||||
else
|
||||
cut_overlays()
|
||||
icon_state = icon_state_closed
|
||||
|
||||
Reference in New Issue
Block a user