mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Remove implicit use of colon operator
This commit is contained in:
@@ -196,8 +196,9 @@
|
||||
screenmob.client.screen -= infodisplay
|
||||
|
||||
for(var/thing in plane_masters)
|
||||
plane_masters[thing].backdrop(screenmob)
|
||||
screenmob.client.screen += plane_masters[thing]
|
||||
var/obj/screen/plane_master/PM = plane_masters[thing]
|
||||
PM.backdrop(screenmob)
|
||||
screenmob.client.screen += PM
|
||||
|
||||
hud_version = display_hud_version
|
||||
persistent_inventory_update(screenmob)
|
||||
|
||||
Reference in New Issue
Block a user